Browse Source

[master] Trivial fix for the compilation error on RHEL.

This fix was reviewed and approved on Jabber.
Marcin Siodelski 10 years ago
parent
commit
28025bfbc4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/bin/d2/io_service_signal.h

+ 1 - 0
src/bin/d2/io_service_signal.h

@@ -20,6 +20,7 @@
 #include <exceptions/exceptions.h>
 
 #include <map>
+#include <stdint.h>
 
 namespace isc {
 namespace d2 {