changeset 656:b82b90c6445e

Add stdio.h include to audioDB-internals.h Patch from David Lewis on audiodb_l 2009-11-19
author mas01cr
date Tue, 05 Jan 2010 14:09:43 +0000
parents 2a97f3f9a6ac
children 4c4389325ae4
files audioDB-internals.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/audioDB-internals.h	Tue Oct 27 17:48:55 2009 +0000
+++ b/audioDB-internals.h	Tue Jan 05 14:09:43 2010 +0000
@@ -7,6 +7,7 @@
 #include <sys/stat.h>
 #include <sys/types.h>
 
+#include <stdio.h>
 #include <errno.h>
 #include <fcntl.h>
 #if defined(WIN32)