summaryrefslogtreecommitdiff
path: root/sys/arch/vax/if/if_le.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/vax/if/if_le.c')
-rw-r--r--sys/arch/vax/if/if_le.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/if/if_le.c b/sys/arch/vax/if/if_le.c
index 2073224e40d..bedd2e4010d 100644
--- a/sys/arch/vax/if/if_le.c
+++ b/sys/arch/vax/if/if_le.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_le.c,v 1.15 2008/06/26 05:42:13 ray Exp $ */
+/* $OpenBSD: if_le.c,v 1.16 2008/10/22 23:04:45 mpf Exp $ */
/* $NetBSD: if_le.c,v 1.14 1999/08/14 18:40:23 ragge Exp $ */
/*-
@@ -78,7 +78,7 @@
#include <net/if.h>
#include <net/if_media.h>
-#if INET
+#ifdef INET
#include <netinet/in.h>
#endif
#include <netinet/if_ether.h>