]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Trivial fix for the compilation error on RHEL.
authorMarcin Siodelski <marcin@isc.org>
Tue, 20 Jan 2015 17:09:14 +0000 (18:09 +0100)
committerMarcin Siodelski <marcin@isc.org>
Tue, 20 Jan 2015 17:09:14 +0000 (18:09 +0100)
This fix was reviewed and approved on Jabber.

src/bin/d2/io_service_signal.h

index 8b440d9e8c06029fe0d61017020bf662128bdcbc..085b9214aecc82f580c1c2068826ef03cfd3771f 100644 (file)
@@ -20,6 +20,7 @@
 #include <exceptions/exceptions.h>
 
 #include <map>
+#include <stdint.h>
 
 namespace isc {
 namespace d2 {