diff options
Diffstat (limited to 'src/objcodes.c')
-rw-r--r-- | src/objcodes.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/objcodes.c b/src/objcodes.c index b97e851c4..4306d3f47 100644 --- a/src/objcodes.c +++ b/src/objcodes.c @@ -39,6 +39,10 @@ * whether to permit this exception to apply to your modifications. * If you do not wish that, delete this exception notice. */ +#if HAVE_CONFIG_H +# include <config.h> +#endif + #include <string.h> #include <fcntl.h> #include <unistd.h> |