Changeset 2546 for trunk/src/kmk/kmkbuiltin/install.c
- Timestamp:
- Oct 1, 2011, 9:49:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/kmkbuiltin/install.c
r2543 r2546 53 53 # include <sys/mman.h> 54 54 # endif 55 # include <sys/mount.h> 55 # ifndef __HAIKU__ 56 # include <sys/mount.h> 57 # endif 56 58 # include <sys/wait.h> 57 59 # include <sys/time.h> … … 69 71 #include <stdlib.h> 70 72 #include <string.h> 71 #include <sysexits.h> 73 #ifndef __HAIKU__ 74 # include <sysexits.h> 75 #endif 72 76 #include <unistd.h> 73 77 #if defined(__EMX__) || defined(_MSC_VER) … … 80 84 #ifdef _MSC_VER 81 85 # include "mscfakes.h" 86 #endif 87 #ifdef __HAIKU__ 88 # include "haikufakes.h" 82 89 #endif 83 90 #include "kmkbuiltin.h"
Note:
See TracChangeset
for help on using the changeset viewer.