summaryrefslogtreecommitdiff
path: root/parens.c
diff options
context:
space:
mode:
Diffstat (limited to 'parens.c')
-rw-r--r--parens.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/parens.c b/parens.c
index 57ce704..7f1e93f 100644
--- a/parens.c
+++ b/parens.c
@@ -38,6 +38,7 @@
# include <unistd.h>
#endif
+#include "rlstdc.h"
#include "posixselect.h"
#if defined (HAVE_STRING_H)
@@ -46,10 +47,6 @@
# include <strings.h>
#endif /* !HAVE_STRING_H */
-#if !defined (strchr) && !defined (__STDC__)
-extern char *strchr (), *strrchr ();
-#endif /* !strchr && !__STDC__ */
-
#include "readline.h"
#include "rlprivate.h"