From: Arch Librarian Date: Thu, 14 Jul 2005 13:04:22 +0000 (+0000) Subject: 2001-07-11 Havoc Pennington X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f14bf25e56fda6e38a7dfc153378543c625257f;p=pkg-config 2001-07-11 Havoc Pennington Author: hp Date: 2001-07-11 12:40:39 GMT 2001-07-11 Havoc Pennington * pkg.c: include sys/types.h to avoid warnings about dirent on some systems --- diff --git a/ChangeLog b/ChangeLog index 0ad9d47..7d368d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-07-11 Havoc Pennington + + * pkg.c: include sys/types.h to avoid warnings about dirent on + some systems. + 2001-07-11 Havoc Pennington * parse.c (parse_cflags): fix failure to put space between cflags, diff --git a/pkg.c b/pkg.c index 57c692c..4689cef 100644 --- a/pkg.c +++ b/pkg.c @@ -13,6 +13,7 @@ # endif #endif +#include #include #include #include