summaryrefslogtreecommitdiffstats
path: root/lib/ipv4.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ipv4.h')
-rw-r--r--lib/ipv4.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/ipv4.h b/lib/ipv4.h
index 4ae3e95..d136536 100644
--- a/lib/ipv4.h
+++ b/lib/ipv4.h
@@ -1,7 +1,7 @@
/*
* BIRD -- IP Addresses et Cetera for IPv4
*
- * (c) 1998 Martin Mares <mj@ucw.cz>
+ * (c) 1998--1999 Martin Mares <mj@ucw.cz>
*
* Can be freely distributed and used under the terms of the GNU GPL.
*/
@@ -9,8 +9,7 @@
#ifndef _BIRD_IPV4_H_
#define _BIRD_IPV4_H_
-#include <netinet/in.h>
-
+#include "lib/endian.h"
#include "lib/bitops.h"
#ifdef DEBUGGING