From f87cc56144a77e2e9b485eb7ddb064cf2da5f9a1 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 28 Dec 2015 17:14:46 -0700 Subject: [PATCH] Fix included getopt locations Signed-off-by: Jens Axboe --- fio.h | 2 +- init.c | 2 +- {lib => oslib}/getopt.h | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename {lib => oslib}/getopt.h (100%) diff --git a/fio.h b/fio.h index 66211e9d..b71a4864 100644 --- a/fio.h +++ b/fio.h @@ -32,7 +32,7 @@ #include "profile.h" #include "fio_time.h" #include "gettime.h" -#include "lib/getopt.h" +#include "oslib/getopt.h" #include "lib/rand.h" #include "lib/rbtree.h" #include "client.h" diff --git a/init.c b/init.c index 991fa1ce..77cf9f2a 100644 --- a/init.c +++ b/init.c @@ -26,7 +26,7 @@ #include "idletime.h" #include "filelock.h" -#include "lib/getopt.h" +#include "oslib/getopt.h" #include "oslib/strcasestr.h" #include "crc/test.h" diff --git a/lib/getopt.h b/oslib/getopt.h similarity index 100% rename from lib/getopt.h rename to oslib/getopt.h -- 2.25.1