Changeset 2546 in kBuild for trunk/src/kash/shtypes.h
- Timestamp:
- Oct 1, 2011 7:49:54 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/src/kash/shtypes.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/shtypes.h
r2413 r2546 1 1 /* $Id$ */ 2 2 /** @file 3 *4 3 * Wrapper for missing types and such. 5 * 4 */ 5 6 /* 6 7 * Copyright (c) 2007-2010 knut st. osmundsen <bird-kBuild-spamx@anduin.net> 7 8 * … … 32 33 #include <sys/types.h> 33 34 #include <stdlib.h> 34 #ifndef _MSC_VER 35 #ifdef __HAIKU__ 36 # include <posix/signal.h> /* silly */ 37 #elif !defined(_MSC_VER) 35 38 # include <sys/signal.h> 36 39 #endif
Note:
See TracChangeset
for help on using the changeset viewer.

