diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-11-06 09:56:47 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-06 09:56:47 +0000 |
commit | 9f5eac1f97e813d56d0288a5c21bf85ba64b1c9e (patch) | |
tree | 6ff495496ae52f2c24452a0279a1f21e18d4a103 /src/include/regex/regex.h | |
parent | 58a0150f64b95fd27cf99ade86dfc30db9976f5e (diff) | |
download | postgresql-9f5eac1f97e813d56d0288a5c21bf85ba64b1c9e.tar.gz postgresql-9f5eac1f97e813d56d0288a5c21bf85ba64b1c9e.zip |
...same...
Diffstat (limited to 'src/include/regex/regex.h')
-rw-r--r-- | src/include/regex/regex.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/include/regex/regex.h b/src/include/regex/regex.h index 8944cf1b062..0c4ef422a23 100644 --- a/src/include/regex/regex.h +++ b/src/include/regex/regex.h @@ -40,11 +40,7 @@ #ifndef _REGEX_H_ #define _REGEX_H_ -#include <assert.h> - -/* #include <sys/cdefs.h> */ -/* since not all systems have cdefs.h, we'll use our own here - jolly */ -#include "cdefs.h" +#include <sys/types.h> /* types */ typedef off_t regoff_t; |