]> git.ozlabs.org Git - ppp.git/commitdiff
Fix a compilation problem under SunOS
authorPaul Mackerras <paulus@samba.org>
Tue, 31 Mar 1998 23:48:49 +0000 (23:48 +0000)
committerPaul Mackerras <paulus@samba.org>
Tue, 31 Mar 1998 23:48:49 +0000 (23:48 +0000)
modules/if_ppp.c

index 2d3fb45ac891f86498b8a4f2f34a7e3d292d6518..094c23b9ab9febc46e0e69b555ca096e7d7710c1 100644 (file)
@@ -24,7 +24,7 @@
  * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS,
  * OR MODIFICATIONS.
  *
- * $Id: if_ppp.c,v 1.8 1998/02/04 01:38:59 paulus Exp $
+ * $Id: if_ppp.c,v 1.9 1998/03/31 23:48:49 paulus Exp $
  */
 
 /*
 #ifdef __osf__
 #include <sys/ioctl.h>
 #include <net/if_types.h>
-#include "ppp_mod.h"
 #else
 #include <sys/sockio.h>
-#include <modules/ppp_mod.h>
 #endif
+#include "ppp_mod.h"
 
 #include <sys/stream.h>