fix include for fcntl

This commit is contained in:
root
2014-12-27 17:50:41 -06:00
parent d8670f99c5
commit e465d44bfe

View File

@@ -22,7 +22,7 @@
#include <string.h>
#include <openssl/sha.h>
#ifdef __linux
#include <bits/fcntl-linux.h>
#include <fcntl.h>
#endif
#include <stdint.h>
#include <stdlib.h>