summaryrefslogtreecommitdiff
path: root/src/shared/conf-parser.c
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2013-10-28 20:59:56 +0100
committerTom Gundersen <teg@jklm.no>2013-10-29 14:17:57 +0100
commit5fde13d748749f0e06e2e6cdd15f0980a79ea82c (patch)
treea10f8106048135d1f84b3dbe6c1ec9d8827afd1f /src/shared/conf-parser.c
parent916484f54d084e11a11458716b2e0bbdf4822d40 (diff)
udev: link-config - add proper parsing
Diffstat (limited to 'src/shared/conf-parser.c')
-rw-r--r--src/shared/conf-parser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/conf-parser.c b/src/shared/conf-parser.c
index 6085d33391..16c3c71eae 100644
--- a/src/shared/conf-parser.c
+++ b/src/shared/conf-parser.c
@@ -24,6 +24,7 @@
#include <errno.h>
#include <assert.h>
#include <stdlib.h>
+#include <netinet/ether.h>
#include "conf-parser.h"
#include "util.h"