summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-08-02 18:31:41 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-08-02 18:31:41 +0200
commitec90584a1183f3291c2e886037d81a332151df24 (patch)
tree29a78097345d9eb2b7d63009fa1f0771d0fc9782 /src
parentdb1f6609d13a888dd7212c9ed2840846e70a284e (diff)
downloadabaos-ec90584a1183f3291c2e886037d81a332151df24.tar.gz
abaos-ec90584a1183f3291c2e886037d81a332151df24.tar.bz2
fixed a missing include stdint.h in ethernet.h
Diffstat (limited to 'src')
-rw-r--r--src/net/ethernet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/ethernet.h b/src/net/ethernet.h
index faeddf5..9ebf58e 100644
--- a/src/net/ethernet.h
+++ b/src/net/ethernet.h
@@ -1,6 +1,7 @@
#ifndef ETHERNET_H
#define ETHERNET_H
+#include "stdint.h"
#include "stddef.h"
#define NETWORK_ETHERNET_MAC_ADDR_STRING 6 * 3 + 1