Changeset 2532 for zzuf/trunk
- Timestamp:
- Jul 16, 2008, 11:51:58 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/test/zzcat.c
r2530 r2532 20 20 #define _INCLUDE_POSIX_SOURCE 21 21 22 #if defined HAVE_STDINT_H 23 # include <stdint.h> 24 #elif defined HAVE_INTTYPES_H 25 # include <inttypes.h> 26 #endif 22 27 #include <sys/types.h> 23 28 #include <sys/stat.h> … … 30 35 #endif 31 36 #include <stdlib.h> 32 #include <stdint.h>33 37 #include <stdio.h> 34 38 #include <string.h>
Note: See TracChangeset
for help on using the changeset viewer.