We need stdint.h for uint32_t
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Wed, 24 Feb 2010 20:05:47 +0000 (21:05 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Wed, 24 Feb 2010 20:05:47 +0000 (21:05 +0100)
utils/asyncio_system_tools.hpp

index 69c4a04..0bc0e5f 100644 (file)
@@ -33,6 +33,7 @@ on this file might be covered by the GNU General Public License.
 
 #include <string>
 #include <sys/types.h>
+#include <stdint.h>
 
 
 namespace AsyncIo