Changeset 2546 in kBuild for trunk/src/kmk/kmkbuiltin/cp_utils.c
- Timestamp:
- Oct 1, 2011 7:49:54 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/kmkbuiltin/cp_utils.c
r2466 r2546 36 36 #endif /* not lint */ 37 37 38 #define MSC_DO_64_BIT_IO 38 39 #include "config.h" 39 40 #ifndef _MSC_VER … … 53 54 #include <stdlib.h> 54 55 #include <signal.h> 55 #include <sysexits.h> 56 #ifndef __HAIKU__ 57 # include <sysexits.h> 58 #endif 56 59 #include <unistd.h> 57 60 #ifdef __sun__ 58 61 # include "solfakes.h" 59 62 #endif 63 #ifdef __HAIKU__ 64 # include "haikufakes.h" 65 #endif 60 66 #ifdef _MSC_VER 61 # define MSC_DO_64_BIT_IO62 67 # include "mscfakes.h" 63 68 #else
Note:
See TracChangeset
for help on using the changeset viewer.