Add missing include for windows

pull/526/head
jsteube 8 years ago
parent dfb88a7002
commit 936655e0ee

@ -10,6 +10,7 @@
#include <string.h>
#include <unistd.h>
#include <time.h>
#include <fcntl.h>
bool is_power_of_2 (const u32 v);

Loading…
Cancel
Save