summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/strcspn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/strcspn.c b/lib/strcspn.c
index 1e14c3779..6d0ec8523 100644
--- a/lib/strcspn.c
+++ b/lib/strcspn.c
@@ -14,11 +14,11 @@
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-#ifdef HAVE_CONFIG_H
+#if HAVE_CONFIG_H
# include <config.h>
#endif
-#ifdef HAVE_STRING_H
+#if HAVE_STRING_H
# include <string.h>
#else
# include <strings.h>