From 1037e1f40a0e63aeddedf267326b76088f82be45 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 17 Jun 1998 17:59:03 +0000 Subject: [PATCH] Include sys/types.h before glob.h. --- sysdeps/unix/sysv/linux/alpha/glob.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sysdeps/unix/sysv/linux/alpha/glob.c b/sysdeps/unix/sysv/linux/alpha/glob.c index 02cb0a8706..5baa0aea78 100644 --- a/sysdeps/unix/sysv/linux/alpha/glob.c +++ b/sysdeps/unix/sysv/linux/alpha/glob.c @@ -15,6 +15,7 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include #include /* For Linux/Alpha we have to make the glob symbols versioned. */ -- 2.43.5