summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/fsm.h
diff options
context:
space:
mode:
authoramurai <amurai@FreeBSD.org>1995-02-27 03:18:28 +0000
committeramurai <amurai@FreeBSD.org>1995-02-27 03:18:28 +0000
commit53da9c0eb839b3e5c43f0024813ab2b81b150198 (patch)
treed36ae118aad97d653ad398f2eec053e8769ca792 /usr.sbin/ppp/fsm.h
parentf3d11ea6aeb8a82f3dc17f012299594378831512 (diff)
downloadFreeBSD-src-53da9c0eb839b3e5c43f0024813ab2b81b150198.zip
FreeBSD-src-53da9c0eb839b3e5c43f0024813ab2b81b150198.tar.gz
Compile error occured by missing auth.h/cdefs.h
Reviewed by: amurai@spec.co.jp
Diffstat (limited to 'usr.sbin/ppp/fsm.h')
-rw-r--r--usr.sbin/ppp/fsm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/fsm.h b/usr.sbin/ppp/fsm.h
index 741ca8f..e659ed6 100644
--- a/usr.sbin/ppp/fsm.h
+++ b/usr.sbin/ppp/fsm.h
@@ -26,7 +26,7 @@
#include "defs.h"
#include <netinet/in.h>
#include "timeout.h"
-#include <sys/cdefs.h>
+#include "cdefs.h"
/*
* State of machine
OpenPOWER on IntegriCloud