diff options
Diffstat (limited to 'pledge.c')
| -rw-r--r-- | pledge.c | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -17,10 +17,9 @@ | |||
| 17 | +----------------------------------------------------------------------+ | 17 | +----------------------------------------------------------------------+ |
| 18 | */ | 18 | */ |
| 19 | 19 | ||
| 20 | /* $Id: pledge.c $ */ | 20 | #if defined(__OpenBSD__) && defined(SUHOSIN_EXPERIMENTAL) |
| 21 | 21 | ||
| 22 | #include <unistd.h> | 22 | #include <unistd.h> |
| 23 | #ifdef __OpenBSD__ | ||
| 24 | #include <errno.h> | 23 | #include <errno.h> |
| 25 | #include "php.h" | 24 | #include "php.h" |
| 26 | #include "ext/standard/info.h" | 25 | #include "ext/standard/info.h" |
