summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-07-08 19:49:52 +0000
committerbde <bde@FreeBSD.org>2002-07-08 19:49:52 +0000
commit91dbf8726eef25725068916e2c1729b8f3476caa (patch)
tree8be34cdd197286bcf382dd55dbd8c3d2f4ede546
parent815d08322a00504b1949a51a2b22a120a99ab0e7 (diff)
downloadFreeBSD-src-91dbf8726eef25725068916e2c1729b8f3476caa.zip
FreeBSD-src-91dbf8726eef25725068916e2c1729b8f3476caa.tar.gz
Fixed some world breakage caused by not updating clients when <timeconv.h>
was split off from <time.h>. This became fatal here when -Werror was reenabled.
-rw-r--r--sbin/ipfw/ipfw2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/ipfw/ipfw2.c b/sbin/ipfw/ipfw2.c
index ac0865f..08c703b 100644
--- a/sbin/ipfw/ipfw2.c
+++ b/sbin/ipfw/ipfw2.c
@@ -40,6 +40,7 @@
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
+#include <timeconv.h>
#include <unistd.h>
#include <sysexits.h>
OpenPOWER on IntegriCloud