summaryrefslogtreecommitdiffstats
path: root/src/polypcore/sound-file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypcore/sound-file.h')
-rw-r--r--src/polypcore/sound-file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/polypcore/sound-file.h b/src/polypcore/sound-file.h
index f3003bb9..ffa551b5 100644
--- a/src/polypcore/sound-file.h
+++ b/src/polypcore/sound-file.h
@@ -22,8 +22,8 @@
USA.
***/
-#include "memchunk.h"
#include <polyp/sample.h>
+#include <polypcore/memchunk.h>
int pa_sound_file_load(const char *fname, pa_sample_spec *ss, pa_memchunk *chunk, pa_memblock_stat *s);