include proplib.h if you're going to useuseitit

This commit is contained in:
pooka 2016-01-25 12:24:41 +00:00
parent 11f923c4b5
commit 76f0658b35
1 changed files with 3 additions and 1 deletions

View File

@ -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>