aboutsummaryrefslogtreecommitdiff
path: root/libntp/octtoint.c
diff options
context:
space:
mode:
Diffstat (limited to 'libntp/octtoint.c')
-rw-r--r--libntp/octtoint.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libntp/octtoint.c b/libntp/octtoint.c
index f792b2bd6184..d189e40c494d 100644
--- a/libntp/octtoint.c
+++ b/libntp/octtoint.c
@@ -2,6 +2,7 @@
* octtoint - convert an ascii string in octal to an unsigned
* long, with error checking
*/
+#include <config.h>
#include <stdio.h>
#include <ctype.h>