include sys/types.h

apparently needed with non-GNU libc's. Fixes github issue #55.
This commit is contained in:
Victor Mataré 2019-10-02 03:22:02 +02:00
parent e1f68db64a
commit 28863696ee

View File

@ -26,6 +26,7 @@
#include <stdlib.h>
#include <limits.h>
#include <time.h>
#include <sys/types.h>
#define VERSION "0.9.1"