summaryrefslogtreecommitdiffstats
path: root/src/polypcore/sound-file.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypcore/sound-file.c')
-rw-r--r--src/polypcore/sound-file.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/polypcore/sound-file.c b/src/polypcore/sound-file.c
index a81c283a..cf23e0ac 100644
--- a/src/polypcore/sound-file.c
+++ b/src/polypcore/sound-file.c
@@ -28,9 +28,10 @@
#include <sndfile.h>
-#include "sound-file.h"
#include <polyp/sample.h>
-#include "log.h"
+#include <polypcore/log.h>
+
+#include "sound-file.h"
#define MAX_FILE_SIZE (1024*1024)