diff options
Diffstat (limited to '')
-rw-r--r-- | src/song.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/song.h b/src/song.h index 46435efb8..ccf87e348 100644 --- a/src/song.h +++ b/src/song.h @@ -20,10 +20,7 @@ #define SONG_H #include "../config.h" - -#include <sys/param.h> -#include <time.h> - +#include "os_compat.h" #include "tag.h" #include "list.h" |