summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2022-04-17 19:51:44 -0700
committerMartijn van Beurden <mvanb1@gmail.com>2022-04-29 19:17:26 +0200
commitbfe5ff9455ca62d7827e14a22fbb1522a63c4e3e (patch)
tree32edb3ebed0be92e422b2babac7829da97c3204d /src
parent95e2c52980977e78976e2090d19e4cbae9d0a2e9 (diff)
downloadflac-bfe5ff9455ca62d7827e14a22fbb1522a63c4e3e.tar.gz
change if checks to ifdef
More similar to the rest of the code. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/share/getopt/getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/getopt/getopt.c b/src/share/getopt/getopt.c
index 23c119c0..0f2daf39 100644
--- a/src/share/getopt/getopt.c
+++ b/src/share/getopt/getopt.c
@@ -86,7 +86,7 @@
#ifdef VMS
# include <unixlib.h>
-# if HAVE_STRING_H - 0
+# ifdef HAVE_STRING_H
# include <string.h>
# endif
#endif