You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
350 B
14 lines
350 B
Index: src/lzfse_main.c |
|
--- src/lzfse_main.c.orig 2017-02-12 17:39:36.000000000 +0100 |
|
+++ src/lzfse_main.c 2017-02-12 17:41:20.851733000 +0100 |
|
@@ -45,6 +45,10 @@ |
|
#include <string.h> |
|
#include <sys/stat.h> |
|
#include <sys/types.h> |
|
+#ifdef __FreeBSD__ |
|
+#define __XSI_VISIBLE 1 |
|
+#endif |
|
+#include <sys/time.h> |
|
|
|
#if defined(_MSC_VER) |
|
# include <io.h>
|
|
|