Module Name: src
Committed By: pooka
Date: Mon Jan 25 12:24:41 UTC 2016
Modified Files:
src/usr.sbin/npf/npftest: npftest.c
Log Message:
include proplib.h if you're going to useuseitit
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/usr.sbin/npf/npftest/npftest.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/npf/npftest/npftest.c
diff -u src/usr.sbin/npf/npftest/npftest.c:1.18 src/usr.sbin/npf/npftest/npftest.c:1.19
--- src/usr.sbin/npf/npftest/npftest.c:1.18 Tue Jun 16 23:04:14 2015
+++ src/usr.sbin/npf/npftest/npftest.c Mon Jan 25 12:24:41 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: npftest.c,v 1.18 2015/06/16 23:04:14 christos Exp $ */
+/* $NetBSD: npftest.c,v 1.19 2016/01/25 12:24:41 pooka Exp $ */
/*
* NPF testing framework.
@@ -20,6 +20,8 @@
#include <net/if.h>
#include <arpa/inet.h>
+#include <prop/proplib.h>
+
#include <rump/rump.h>
#include <rump/rump_syscalls.h>