* [PATCH] Fix Windows build by using lib/strcasestr.{c,h}
@ 2015-10-06 0:18 Bruce Cran
2015-10-08 18:57 ` Jens Axboe
0 siblings, 1 reply; 2+ messages in thread
From: Bruce Cran @ 2015-10-06 0:18 UTC (permalink / raw)
To: fio; +Cc: bruce.cran
---
Makefile | 1 +
os/os-windows.h | 1 +
2 files changed, 2 insertions(+)
diff --git a/Makefile b/Makefile
index d287126..1507464 100644
--- a/Makefile
+++ b/Makefile
@@ -237,6 +237,7 @@ ifneq (,$(findstring CYGWIN,$(CONFIG_TARGET_OS)))
T_DEDUPE_OBJS += os/windows/posix.o lib/hweight.o
T_SMALLOC_OBJS += os/windows/posix.o lib/hweight.o
T_LFSR_TEST_OBJS += os/windows/posix.o lib/hweight.o
+ T_ZIPF_OBJS += lib/strcasestr.o
endif
T_TEST_PROGS = $(T_SMALLOC_PROGS)
diff --git a/os/os-windows.h b/os/os-windows.h
index 9e931c9..ad1c3df 100644
--- a/os/os-windows.h
+++ b/os/os-windows.h
@@ -16,6 +16,7 @@
#include "../file.h"
#include "../log.h"
#include "../lib/hweight.h"
+#include "../lib/strcasestr.h"
#include "windows/posix.h"
--
2.5.2.windows.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-10-08 18:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-06 0:18 [PATCH] Fix Windows build by using lib/strcasestr.{c,h} Bruce Cran
2015-10-08 18:57 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox