]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Compilation fix for Fedora (missing include added)
authorTomek Mrugalski <tomasz@isc.org>
Tue, 23 Dec 2014 21:43:36 +0000 (22:43 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 23 Dec 2014 21:43:36 +0000 (22:43 +0100)
src/lib/dhcpsrv/cfg_mac_source.h

index 3b3a098a86119bf459a4da39d27cf70b985a8cc1..6d04cda513539b369f6416717da05aef65df363c 100644 (file)
@@ -15,6 +15,7 @@
 #ifndef CFG_MAC_SOURCE_H
 #define CFG_MAC_SOURCE_H
 
+#include <stdint.h>
 #include <vector>
 
 namespace isc {