diff options
author | Jens Axboe <axboe@fb.com> | 2015-12-28 16:45:49 -0700 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2015-12-28 16:45:49 -0700 |
commit | a328eb9a738110546671242f04c1b1c63caa19ac (patch) | |
tree | 1fd3bd16208670745f99f2964defb6fc5f1b8b65 /lib/pattern.c | |
parent | 0748d80158534292d881da51479bdc85a216a471 (diff) | |
download | fio-a328eb9a738110546671242f04c1b1c63caa19ac.tar.gz fio-a328eb9a738110546671242f04c1b1c63caa19ac.tar.bz2 |
lib/pattern: include oslib/strcasestr.h
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'lib/pattern.c')
-rw-r--r-- | lib/pattern.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pattern.c b/lib/pattern.c index 6cb5995e..b8ae8090 100644 --- a/lib/pattern.c +++ b/lib/pattern.c @@ -1,6 +1,7 @@ #include "fio.h" #include "strntol.h" #include "pattern.h" +#include "../oslib/strcasestr.h" /** * parse_string() - parses string in double quotes, like "abc" |