From 307d0effe285588fa98d8f4e462c92be583fb401 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 7 Jun 2002 06:17:05 +0000 Subject: [PATCH] Added HAVE_SYS_TYPES_H --- src/config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/config.h.in b/src/config.h.in index 5658fcd..6479464 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -20,5 +20,8 @@ /* Define if you have the header file */ #undef HAVE_SYS_UTIME_H +/* Define if you have the header file */ +#undef HAVE_SYS_TYPES_H + /* Define if you have the header file */ #undef HAVE_SYS_SELECT_H -- 2.7.4