diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/hexl.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib-src/hexl.c b/lib-src/hexl.c index 5d71033d434..9731321d4ae 100644 --- a/lib-src/hexl.c +++ b/lib-src/hexl.c | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | #ifdef HAVE_CONFIG_H | ||
| 2 | #include <config.h> | ||
| 3 | #endif | ||
| 4 | |||
| 1 | #include <stdio.h> | 5 | #include <stdio.h> |
| 2 | #include <ctype.h> | 6 | #include <ctype.h> |
| 3 | #ifdef DOS_NT | 7 | #ifdef DOS_NT |