aboutsummaryrefslogtreecommitdiffstats
path: root/compat_strtonum.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat_strtonum.c')
-rw-r--r--compat_strtonum.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/compat_strtonum.c b/compat_strtonum.c
index aa433d8..356153d 100644
--- a/compat_strtonum.c
+++ b/compat_strtonum.c
@@ -17,13 +17,12 @@
* $OpenBSD: strtonum.c,v 1.7 2013/04/17 18:40:58 tedu Exp $
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <errno.h>
#include <limits.h>
#include <stdlib.h>
+#include "compat.h"
+
#define INVALID 1
#define TOOSMALL 2
#define TOOLARGE 3