Add sys/types.h

This commit is contained in:
Todd C. Miller
2015-04-09 11:01:41 -06:00
parent eeca3b0ca4
commit a79f3790ee

View File

@@ -15,6 +15,8 @@
*/ */
#include <config.h> #include <config.h>
#include <sys/types.h>
#include <stdarg.h> #include <stdarg.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>