summaryrefslogtreecommitdiff
path: root/libntp/hextolfp.c
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2014-12-20 22:52:39 +0000
committerCy Schubert <cy@FreeBSD.org>2014-12-20 22:52:39 +0000
commitb5e14a1344528861a7016aa2c6b0f2e9630d1526 (patch)
treef04bed14f7e8aed5c0e9d2f7785175c7951036d3 /libntp/hextolfp.c
parent2b45e011ca352ce509bc83ae148230aeee0c7e0d (diff)
Diffstat (limited to 'libntp/hextolfp.c')
-rw-r--r--libntp/hextolfp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libntp/hextolfp.c b/libntp/hextolfp.c
index d0b624340d93b..8fbce2e5b8633 100644
--- a/libntp/hextolfp.c
+++ b/libntp/hextolfp.c
@@ -1,6 +1,7 @@
/*
* hextolfp - convert an ascii hex string to an l_fp number
*/
+#include <config.h>
#include <stdio.h>
#include <ctype.h>