aboutsummaryrefslogtreecommitdiffstats
path: root/src/state_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/state_file.c')
-rw-r--r--src/state_file.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/state_file.c b/src/state_file.c
index 2ce5e66b4..1130d62c0 100644
--- a/src/state_file.c
+++ b/src/state_file.c
@@ -25,7 +25,9 @@
#include "playlist.h"
#include "utils.h"
#include "volume.h"
-#include "os_compat.h"
+
+#include <string.h>
+#include <sys/stat.h>
static struct _sf_cb {
void (*reader)(FILE *);