Commit ade57a78 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

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

parent 9f12ed83
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
 */

#include <stdio.h>
#include <stdint.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <unistd.h>