comparison audioDB-internals.h @ 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 e21a3db643af
children a35ca2d5f238
comparison
equal deleted inserted replaced
655:2a97f3f9a6ac 656:b82b90c6445e
5 #include <sys/mman.h> 5 #include <sys/mman.h>
6 #endif 6 #endif
7 #include <sys/stat.h> 7 #include <sys/stat.h>
8 #include <sys/types.h> 8 #include <sys/types.h>
9 9
10 #include <stdio.h>
10 #include <errno.h> 11 #include <errno.h>
11 #include <fcntl.h> 12 #include <fcntl.h>
12 #if defined(WIN32) 13 #if defined(WIN32)
13 #include <io.h> 14 #include <io.h>
14 #endif 15 #endif