Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@
*/
#include <stdio.h>
#include <stdint.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <unistd.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment