From: Jens Axboe Date: Fri, 25 Jan 2013 21:36:46 +0000 (-0700) Subject: Fix getopt def check X-Git-Tag: fio-2.0.14~71 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=6683745b5156220ed1a44aab3315afb6c0ff73bb Fix getopt def check Signed-off-by: Jens Axboe --- diff --git a/lib/getopt.h b/lib/getopt.h index 84272c0c..bc8a2684 100644 --- a/lib/getopt.h +++ b/lib/getopt.h @@ -1,4 +1,4 @@ -#ifndef CONFIG_GETOPT_LONG_ONLY +#ifdef CONFIG_GETOPT_LONG_ONLY #include