summaryrefslogtreecommitdiffstats
path: root/freebsd/net/if_gif.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/net/if_gif.h')
-rw-r--r--freebsd/net/if_gif.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/freebsd/net/if_gif.h b/freebsd/net/if_gif.h
index fe25c112..14f06fd6 100644
--- a/freebsd/net/if_gif.h
+++ b/freebsd/net/if_gif.h
@@ -39,10 +39,10 @@
#ifdef _KERNEL
-#include <rtems/freebsd/local/opt_inet.h>
-#include <rtems/freebsd/local/opt_inet6.h>
+#include <freebsd/local/opt_inet.h>
+#include <freebsd/local/opt_inet6.h>
-#include <rtems/freebsd/netinet/in.h>
+#include <freebsd/netinet/in.h>
/* xxx sigh, why route have struct route instead of pointer? */
struct encaptab;