aboutsummaryrefslogtreecommitdiff
path: root/src/include/regex/regexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/regex/regexp.h')
-rw-r--r--src/include/regex/regexp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/regex/regexp.h b/src/include/regex/regexp.h
index bf39dab693c..25438e3f37d 100644
--- a/src/include/regex/regexp.h
+++ b/src/include/regex/regexp.h
@@ -57,9 +57,7 @@ typedef struct regexp {
char program[1]; /* Unwarranted chumminess with compiler. */
} regexp;
-/* #include <sys/cdefs.h> */
/* since not all systems have cdefs.h, we'll use our own here - jolly */
-#include "cdefs.h"
__BEGIN_DECLS
regexp *pg95_regcomp __P((const char *));