diff options
Diffstat (limited to 'src/songvec.h')
-rw-r--r-- | src/songvec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/songvec.h b/src/songvec.h index 14e08d773..a59874e93 100644 --- a/src/songvec.h +++ b/src/songvec.h @@ -1,7 +1,7 @@ #ifndef SONGVEC_H #define SONGVEC_H -#include "os_compat.h" +#include <stddef.h> struct songvec { struct song **base; |