1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

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

View File

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