]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Add missing include for uint16_t
authorMichal 'vorner' Vaner <michal.vaner@nic.cz>
Tue, 28 Feb 2012 10:22:09 +0000 (11:22 +0100)
committerMichal 'vorner' Vaner <michal.vaner@nic.cz>
Tue, 28 Feb 2012 10:22:09 +0000 (11:22 +0100)
src/lib/asiodns/sync_udp_server.h

index 5b42e03d3e2339b841f41415020847881bca7285..f21d3e5569551526a0072d193a3a4212fd4cd76e 100644 (file)
@@ -30,6 +30,8 @@
 
 #include <boost/noncopyable.hpp>
 
+#include <stdint.h>
+
 namespace isc {
 namespace asiodns {