aboutsummaryrefslogtreecommitdiff
path: root/sys/netiso/clnp_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netiso/clnp_debug.c')
-rw-r--r--sys/netiso/clnp_debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netiso/clnp_debug.c b/sys/netiso/clnp_debug.c
index 600bc1f2e520..76bcb82575af 100644
--- a/sys/netiso/clnp_debug.c
+++ b/sys/netiso/clnp_debug.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)clnp_debug.c 7.8 (Berkeley) 5/27/91
- * $Id: clnp_debug.c,v 1.2 1993/10/16 21:04:44 rgrimes Exp $
+ * $Id: clnp_debug.c,v 1.3 1993/12/19 00:53:05 wollman Exp $
*/
/***********************************************************
@@ -61,8 +61,8 @@ SOFTWARE.
* ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison
*/
-#include "types.h"
#include "param.h"
+#include "systm.h"
#include "mbuf.h"
#include "domain.h"
#include "protosw.h"