From: Bruce Cran <bruce.cran@gmail.com>
To: fio@vger.kernel.org
Cc: bruce.cran@gmail.com
Subject: [PATCH] Fix Windows build by using lib/strcasestr.{c,h}
Date: Mon, 5 Oct 2015 18:18:50 -0600 [thread overview]
Message-ID: <1444090730-4656-1-git-send-email-bruce.cran@gmail.com> (raw)
---
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
next reply other threads:[~2015-10-06 0:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-06 0:18 Bruce Cran [this message]
2015-10-08 18:57 ` [PATCH] Fix Windows build by using lib/strcasestr.{c,h} Jens Axboe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1444090730-4656-1-git-send-email-bruce.cran@gmail.com \
--to=bruce.cran@gmail.com \
--cc=fio@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.