Changeset 326 for trunk/idl-compiler/c/printdata.c
- Timestamp:
- Apr 9, 2008, 10:22:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/idl-compiler/c/printdata.c
r321 r326 32 32 * 33 33 * ***** END LICENSE BLOCK ***** */ 34 #include <os2.h> 34 #ifdef __OS2__ 35 # include <os2.h> 36 #endif 35 37 #include <stdio.h> 36 38 #include <stdlib.h> 37 39 #include <string.h> 38 40 39 #include <io.h> 41 #ifdef HAVE_IO_H 42 # include <io.h> 43 #endif 44 #ifdef HAVE_UNISTD_H 45 # include <unistd.h> 46 #endif 40 47 #include <fcntl.h> 41 #include <sys \stat.h>48 #include <sys/stat.h> 42 49 43 50 #include <glib/gprintf.h>
Note:
See TracChangeset
for help on using the changeset viewer.