Changeset 2546 for trunk/src/kmk/kmkbuiltin/mkdir.c
- Timestamp:
- Oct 1, 2011, 9:49:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/kmkbuiltin/mkdir.c
r2466 r2546 54 54 #include <stdlib.h> 55 55 #include <string.h> 56 #include <sysexits.h> 56 #ifndef __HAIKU__ 57 # include <sysexits.h> 58 #endif 57 59 #include <unistd.h> 58 60 #ifdef HAVE_ALLOCA_H … … 60 62 #endif 61 63 #include "getopt.h" 64 #ifdef __HAIKU__ 65 # include "haikufakes.h" 66 #endif 62 67 #ifdef _MSC_VER 63 68 # include <malloc.h>
Note:
See TracChangeset
for help on using the changeset viewer.