summaryrefslogtreecommitdiff
path: root/usr.sbin/ifstated
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2006-01-20 00:01:21 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2006-01-20 00:01:21 +0000
commit4dc96c35706c2c732d895e3e923d831412141909 (patch)
tree6f3b961cbb727844fd1896d0ec029ee81d67b1ed /usr.sbin/ifstated
parentbb9bc5f38e905964c1510cb74dcd43bbb8c821f4 (diff)
Explicitly include limits.h if we are going to use its contents.
Diffstat (limited to 'usr.sbin/ifstated')
-rw-r--r--usr.sbin/ifstated/parse.y3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ifstated/parse.y b/usr.sbin/ifstated/parse.y
index 56844871c3a..d5097200a20 100644
--- a/usr.sbin/ifstated/parse.y
+++ b/usr.sbin/ifstated/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.10 2005/08/03 16:29:36 sturm Exp $ */
+/* $OpenBSD: parse.y,v 1.11 2006/01/20 00:01:20 millert Exp $ */
/*
* Copyright (c) 2004 Ryan McBride <mcbride@openbsd.org>
@@ -36,6 +36,7 @@
#include <string.h>
#include <syslog.h>
#include <event.h>
+#include <limits.h>
#include "ifstated.h"