summaryrefslogtreecommitdiff
path: root/lib/strpbrk.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/strpbrk.c')
-rw-r--r--lib/strpbrk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strpbrk.c b/lib/strpbrk.c
index 84e4a0273..01d8df5a8 100644
--- a/lib/strpbrk.c
+++ b/lib/strpbrk.c
@@ -16,7 +16,7 @@
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
# include <config.h>
#endif