Changeset 378
- Timestamp:
- 07/27/07 12:21:34 (1 year ago)
- Files:
-
- branches/angband-3.0.8/src/h-basic.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/angband-3.0.8/src/h-basic.h
r365 r378 129 129 /*** Include the library header files ***/ 130 130 131 /* Use various POSIX functions if available */ 132 #define _GNU_SOURCE 133 131 134 /** ANSI C headers **/ 132 133 135 #include <ctype.h> 134 136 #include <errno.h> … … 143 145 144 146 /** POSIX headers **/ 145 146 147 #if defined(SET_UID) || defined(MACH_O_CARBON) 147 148 # include <pwd.h>
