From 6683745b5156220ed1a44aab3315afb6c0ff73bb Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 25 Jan 2013 14:36:46 -0700 Subject: [PATCH] Fix getopt def check Signed-off-by: Jens Axboe --- lib/getopt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1