diff options
author | Brian Somers <brian@FreeBSD.org> | 1998-03-16 22:54:35 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 1998-03-16 22:54:35 +0000 |
commit | eaa4df37f41891389081dc62e17cc172b36b8736 (patch) | |
tree | 7ea4a43106846e68f185309b140991da56661db2 /usr.sbin/ppp/command.c | |
parent | a0cbd833f36a8874a2770e45e3ecfa9f0eb700e1 (diff) | |
download | src-test2-eaa4df37f41891389081dc62e17cc172b36b8736.tar.gz src-test2-eaa4df37f41891389081dc62e17cc172b36b8736.zip |
Notes
Diffstat (limited to 'usr.sbin/ppp/command.c')
-rw-r--r-- | usr.sbin/ppp/command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c index d4ecec4296dc..1657468ceaf1 100644 --- a/usr.sbin/ppp/command.c +++ b/usr.sbin/ppp/command.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: command.c,v 1.131.2.38 1998/03/13 21:08:01 brian Exp $ + * $Id: command.c,v 1.131.2.39 1998/03/16 22:51:58 brian Exp $ * */ #include <sys/param.h> @@ -54,6 +54,7 @@ #include "lcp.h" #include "iplist.h" #include "throughput.h" +#include "slcompress.h" #include "ipcp.h" #include "modem.h" #ifndef NOALIAS @@ -70,7 +71,6 @@ #include "route.h" #include "ccp.h" #include "ip.h" -#include "slcompress.h" #include "auth.h" #include "async.h" #include "link.h" |