summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-05-25 15:41:27 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-05-25 15:41:27 +0000
commitefb1c54c0c5b96f419690494c45bfc0e16793181 (patch)
treea33d9a9b668e8eb879693388c171927b07f8d90f
parent1a19fa1061f97e6510760efe2abbfc3a99bd1278 (diff)
downloadanaconda-efb1c54c0c5b96f419690494c45bfc0e16793181.tar.gz
anaconda-efb1c54c0c5b96f419690494c45bfc0e16793181.tar.xz
anaconda-efb1c54c0c5b96f419690494c45bfc0e16793181.zip
* isys/nl.h: Include glib.h and netinet/in.h.
-rw-r--r--ChangeLog4
-rw-r--r--isys/nl.h3
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ad1c7abc8..b68c31dca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-05-25 David Cantrell <dcantrell@redhat.com>
+ * isys/nl.h: Include glib.h and netinet/in.h.
+
+2006-05-25 David Cantrell <dcantrell@redhat.com>
+
* isys/nl.h: Prototypes for netlink_interfaces_list_free() and
netlink_interfaces_mac2str()...and their helper functions.
* isys/nl.c: Several things... In netlink_format_mac_addr, make the
diff --git a/isys/nl.h b/isys/nl.h
index 411c38faf..723cad9e0 100644
--- a/isys/nl.h
+++ b/isys/nl.h
@@ -13,6 +13,9 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#include <netinet/in.h>
+#include <glib.h>
+
/* Information per interface */
typedef struct _interface_info_t {
int i; /* interface index */