]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 02cb0a8706f5699dff399ca8c1f21ed7cdf66250..5baa0aea789da46a7baabd9d1f4477f642af9930 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.  */