Fix missing UINT32_MAX

This commit is contained in:
Dave Davenport 2014-06-05 17:48:25 +02:00
parent 4f58b6f81f
commit a2bbc65ff8
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
#include <string.h>
#include <stdarg.h>
#include <unistd.h>
#include <stdint.h>
#include <ctype.h>
#include <signal.h>
#include <sys/wait.h>