summaryrefslogtreecommitdiff
path: root/src/libsystemd-network
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-02-10 12:56:53 +0100
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-02-12 20:44:32 +0100
commitc1ff5570f4a04bb9aedea444c12dce81679224ec (patch)
tree57a32227b50c451f6365a88e3994a23867039c17 /src/libsystemd-network
parent76f282c636f33b41bdbc93a5b2945945ee0029bf (diff)
Add missing includes in header files
This fixes various issues found by globally reordering the include sections of all .c files.
Diffstat (limited to 'src/libsystemd-network')
-rw-r--r--src/libsystemd-network/dhcp-identifier.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd-network/dhcp-identifier.h b/src/libsystemd-network/dhcp-identifier.h
index cbec03eac1..7f44d25499 100644
--- a/src/libsystemd-network/dhcp-identifier.h
+++ b/src/libsystemd-network/dhcp-identifier.h
@@ -23,6 +23,7 @@
#include <net/ethernet.h>
+#include "macro.h"
#include "sparse-endian.h"
#include "sd-id128.h"