summaryrefslogtreecommitdiff
path: root/lib/strcspn.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/strcspn.c')
-rw-r--r--lib/strcspn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strcspn.c b/lib/strcspn.c
index 7f60620b3..9fbc5de49 100644
--- a/lib/strcspn.c
+++ b/lib/strcspn.c
@@ -18,7 +18,7 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
USA. */
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
# include <config.h>
#endif