Files

11 lines
298 B
Diff
Raw Permalink Normal View History

2021-11-11 21:38:16 +01:00
--- include/util.h.orig 2021-11-11 21:35:14.000000000 +0100
+++ include/util.h 2021-11-11 21:36:15.000000000 +0100
@@ -56,6 +56,7 @@
#include <time.h>
#include <sys/types.h>
#include <sys/stat.h>
+#include <sys/time.h>
#if !defined(_MSC_VER) || _MSC_VER >= 1800
#include <inttypes.h>
#endif