12 lines
309 B
Diff
12 lines
309 B
Diff
|
--- a/src/afl-ld-lto.c
|
||
|
+++ b/src/afl-ld-lto.c
|
||
|
@@ -45,7 +45,7 @@
|
||
|
|
||
|
#include <dirent.h>
|
||
|
|
||
|
-#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || \
|
||
|
+#if 1 || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || \
|
||
|
defined(__DragonFly__)
|
||
|
#include <limits.h>
|
||
|
#endif
|