From 9f5eac1f97e813d56d0288a5c21bf85ba64b1c9e Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" <scrappy@hub.org> Date: Wed, 6 Nov 1996 09:56:47 +0000 Subject: [PATCH] ...same... --- src/include/regex/regex.h | 6 +----- 1 file changed, 1 insertion(+), 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; -- GitLab