1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Add a missing ``#ifndef NONETGRAPH''

This commit is contained in:
Brian Somers 2002-03-31 01:56:34 +00:00
parent 3089715715
commit 97486b090f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93464

View File

@ -41,11 +41,13 @@
#include <sys/uio.h>
#include <termios.h>
#include <unistd.h>
#ifndef NONETGRAPH
#include <netgraph.h>
#include <netgraph/ng_async.h>
#include <netgraph/ng_message.h>
#include <netgraph/ng_ppp.h>
#include <netgraph/ng_tty.h>
#endif
#include "layer.h"
#include "defs.h"