diff options
Diffstat (limited to 'common/exechelp-posix.c')
-rw-r--r-- | common/exechelp-posix.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/common/exechelp-posix.c b/common/exechelp-posix.c index b1b56f30c..943f20aa5 100644 --- a/common/exechelp-posix.c +++ b/common/exechelp-posix.c @@ -36,9 +36,7 @@ #include <stdio.h> #include <stdlib.h> -#ifdef HAVE_STDINT_H -# include <stdint.h> -#endif +#include <stdint.h> #include <string.h> #include <errno.h> #include <assert.h> |