diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2013-11-19 15:12:24 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2013-11-19 15:12:24 +0000 |
commit | 6624e09c00b5244155290c8795243db84d336c27 (patch) | |
tree | 19e8c7d36e7b32519cb72d7fe918f25dda6e1f5a /sbin/dhclient | |
parent | b081bbdf77a96656e56a655c79c59125b687ee56 (diff) |
include queue.h directly instead of relying on if.h to provide it;
ok deraadt
Diffstat (limited to 'sbin/dhclient')
-rw-r--r-- | sbin/dhclient/dhcpd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/dhclient/dhcpd.h b/sbin/dhclient/dhcpd.h index 53625fb9597..d51836e5521 100644 --- a/sbin/dhclient/dhcpd.h +++ b/sbin/dhclient/dhcpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dhcpd.h,v 1.123 2013/11/11 21:00:01 krw Exp $ */ +/* $OpenBSD: dhcpd.h,v 1.124 2013/11/19 15:12:23 mikeb Exp $ */ /* * Copyright (c) 2004 Henning Brauer <henning@openbsd.org> @@ -45,6 +45,7 @@ #include <sys/stat.h> #include <sys/time.h> #include <sys/wait.h> +#include <sys/queue.h> #include <net/if.h> #include <net/if_dl.h> |