diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2011-12-31 14:55:23 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2011-12-31 14:55:23 +0000 |
| commit | 219fb0488994a289f1087f7b3da18789e068da12 (patch) | |
| tree | d59ced7e19afaab87432b7610faefff3080e8d2a /lib/enable_execute_stack.c | |
| parent | b0a04aaa595ba76468e521f12727a872d144d6d0 (diff) | |
Notes
Diffstat (limited to 'lib/enable_execute_stack.c')
| -rw-r--r-- | lib/enable_execute_stack.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/enable_execute_stack.c b/lib/enable_execute_stack.c index 7ab8e8d4155c..278ca246f537 100644 --- a/lib/enable_execute_stack.c +++ b/lib/enable_execute_stack.c @@ -8,7 +8,8 @@ * ===----------------------------------------------------------------------=== */ -#include <stdint.h> +#include "int_lib.h" + #include <sys/mman.h> /* #include "config.h" |
