diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2014-12-20 22:52:39 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2014-12-20 22:52:39 +0000 |
| commit | b5e14a1344528861a7016aa2c6b0f2e9630d1526 (patch) | |
| tree | f04bed14f7e8aed5c0e9d2f7785175c7951036d3 /libntp/hextolfp.c | |
| parent | 2b45e011ca352ce509bc83ae148230aeee0c7e0d (diff) | |
Diffstat (limited to 'libntp/hextolfp.c')
| -rw-r--r-- | libntp/hextolfp.c | 1 |
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> |
