]> git.llucax.com Git - software/posixx.git/commitdiff
Add missing include in the tests
authorLeandro Lucarella <llucarella@integratech.com.ar>
Thu, 4 Feb 2010 14:31:51 +0000 (11:31 -0300)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Thu, 4 Feb 2010 17:56:15 +0000 (14:56 -0300)
test/linux/tipc/sockaddr.cpp

index f304ce2d809f1539fb9b87a63a87b6c79c1718c8..b3b4d025f7fd725f10e971b87dae83801032d2cf 100644 (file)
@@ -2,6 +2,7 @@
 #include "common.hpp" // PTYPE, INST{1,2}, test_address{1,2}
 #include <posixx/linux/tipc.hpp> // posixx::linux::tipc
 #include <boost/test/unit_test.hpp> // unit testing stuff
 #include "common.hpp" // PTYPE, INST{1,2}, test_address{1,2}
 #include <posixx/linux/tipc.hpp> // posixx::linux::tipc
 #include <boost/test/unit_test.hpp> // unit testing stuff
+#include <stdint.h>
 
 using namespace ::posixx::linux::tipc;
 namespace tipc = ::posixx::linux::tipc;
 
 using namespace ::posixx::linux::tipc;
 namespace tipc = ::posixx::linux::tipc;