Included stdint.h to get the intptr_t type (needed on OpenBSD at least).

This commit is contained in:
Dan Fandrich 2008-05-15 22:31:23 +00:00
parent 9f12ed83f2
commit ade57a781c
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
*/
#include <stdio.h>
#include <stdint.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <unistd.h>