Browse Source

[master] Compilation fix for Fedora (missing include added)

Tomek Mrugalski 10 years ago
parent
commit
8939465538
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/dhcpsrv/cfg_mac_source.h

+ 1 - 0
src/lib/dhcpsrv/cfg_mac_source.h

@@ -15,6 +15,7 @@
 #ifndef CFG_MAC_SOURCE_H
 #define CFG_MAC_SOURCE_H
 
+#include <stdint.h>
 #include <vector>
 
 namespace isc {