]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3669] Include stdint.h in ProcessSpawn test to prevent compilation fail.
authorMarcin Siodelski <marcin@isc.org>
Fri, 30 Jan 2015 18:10:53 +0000 (19:10 +0100)
committerMarcin Siodelski <marcin@isc.org>
Fri, 30 Jan 2015 18:10:53 +0000 (19:10 +0100)
src/lib/util/tests/process_spawn_unittest.cc

index 56ebe24a1abdb68bb17936d383f47c932e8e6351..d37e7925e0eb20cf333e6a4c7930a8df13346548 100644 (file)
@@ -15,6 +15,7 @@
 #include <util/process_spawn.h>
 #include <gtest/gtest.h>
 #include <signal.h>
+#include <stdint.h>
 #include <unistd.h>
 
 namespace {