summaryrefslogtreecommitdiffstats
path: root/wavfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'wavfile.h')
-rw-r--r--wavfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wavfile.h b/wavfile.h
index f7ba379..9a7fb6a 100644
--- a/wavfile.h
+++ b/wavfile.h
@@ -9,7 +9,7 @@ http://www.nd.edu/~dthain/courses/cse20211/fall2013/wavfile
#define WAVFILE_H
#include <stdio.h>
-#include <inttypes.h>
+#include <cinttypes>
FILE * wavfile_open( const char *filename, int rate );
void wavfile_write( FILE *file, short data[], int length );