summaryrefslogtreecommitdiffstats
path: root/wavfile.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-09-02 17:29:59 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-09-02 17:29:59 +0200
commitdcef7ddfced0ff2a1ea013b30db7022bb55b2b07 (patch)
tree45c454ebaef7c2c279f47cec0581d929146cb2fe /wavfile.h
parent8823ffb8e0cd34615f44e5d241030c57a7465153 (diff)
downloadetisnoop-dcef7ddfced0ff2a1ea013b30db7022bb55b2b07.tar.gz
etisnoop-dcef7ddfced0ff2a1ea013b30db7022bb55b2b07.tar.bz2
etisnoop-dcef7ddfced0ff2a1ea013b30db7022bb55b2b07.zip
Replace CMake by autotools
Diffstat (limited to 'wavfile.h')
-rw-r--r--wavfile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/wavfile.h b/wavfile.h
index 9a7fb6a..09e8371 100644
--- a/wavfile.h
+++ b/wavfile.h
@@ -9,7 +9,6 @@ http://www.nd.edu/~dthain/courses/cse20211/fall2013/wavfile
#define WAVFILE_H
#include <stdio.h>
-#include <cinttypes>
FILE * wavfile_open( const char *filename, int rate );
void wavfile_write( FILE *file, short data[], int length );