Include sys/types.h before glob.h.
authorUlrich Drepper <drepper@redhat.com>
Wed, 17 Jun 1998 17:59:03 +0000 (17:59 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 17 Jun 1998 17:59:03 +0000 (17:59 +0000)
sysdeps/unix/sysv/linux/alpha/glob.c

index 02cb0a8..5baa0ae 100644 (file)
@@ -15,6 +15,7 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
+#include <sys/types.h>
 #include <glob.h>
 
 /* For Linux/Alpha we have to make the glob symbols versioned.  */