summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Guenthe <guenther@cvs.openbsd.org>2010-12-31 21:49:55 +0000
committerPhilip Guenthe <guenther@cvs.openbsd.org>2010-12-31 21:49:55 +0000
commitbc11fba90fe1c55d83d4b1e52ec81a25a813a80e (patch)
tree98127f6ef713c4f4e92c60c6c65988ab0d52ce31
parentdb2d9b15ea12407cef8eac53b57a7f0331e788b1 (diff)
Change <sys/types.h> to <sys/param.h> instead of assuming that some
system header pulls the latter in ok millert@
-rw-r--r--usr.sbin/ripd/rde.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ripd/rde.c b/usr.sbin/ripd/rde.c
index f819d2e0d42..177adb2c363 100644
--- a/usr.sbin/ripd/rde.c
+++ b/usr.sbin/ripd/rde.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rde.c,v 1.14 2009/11/02 20:28:49 claudio Exp $ */
+/* $OpenBSD: rde.c,v 1.15 2010/12/31 21:49:54 guenther Exp $ */
/*
* Copyright (c) 2006 Michele Marchetto <mydecay@openbeer.it>
@@ -19,7 +19,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include <sys/types.h>
+#include <sys/param.h> /* for MIN() */
#include <sys/socket.h>
#include <sys/queue.h>
#include <netinet/in.h>