Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/npf/npftest include proplib.h if you're going to us...



details:   https://anonhg.NetBSD.org/src/rev/4553574d743a
branches:  trunk
changeset: 343218:4553574d743a
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Jan 25 12:24:41 2016 +0000

description:
include proplib.h if you're going to useuseitit

diffstat:

 usr.sbin/npf/npftest/npftest.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 67c449822704 -r 4553574d743a usr.sbin/npf/npftest/npftest.c
--- a/usr.sbin/npf/npftest/npftest.c    Mon Jan 25 12:21:42 2016 +0000
+++ b/usr.sbin/npf/npftest/npftest.c    Mon Jan 25 12:24:41 2016 +0000
@@ -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>
 



Home | Main Index | Thread Index | Old Index