Portability

- Patch provided to define uint32_t types, etc in util.cpp.

Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
Matt Kraai 2011-07-24 23:50:12 -04:00 committed by Paul Beckingham
parent d167842e36
commit f86b497fa8

View file

@ -33,6 +33,7 @@
#include <vector>
#include <algorithm>
#include <string>
#include <stdint.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/wait.h>