summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/timeout.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/timeout.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/timeout.h')
-rw-r--r--usr.sbin/ppp/timeout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/timeout.h b/usr.sbin/ppp/timeout.h
index 7efb8c5..2fe9d28 100644
--- a/usr.sbin/ppp/timeout.h
+++ b/usr.sbin/ppp/timeout.h
@@ -22,7 +22,7 @@
#ifndef _TIMEOUT_H_
#define _TIMEOUT_H_
-#include <sys/cdefs.h>
+#include "cdefs.h"
#define TICKUNIT 100000 /* Unit in usec */
#define SECTICKS (1000000/TICKUNIT)
OpenPOWER on IntegriCloud