summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/alpha/glob.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-06-17 17:59:25 +0000
committerUlrich Drepper <drepper@redhat.com>1998-06-17 17:59:25 +0000
commit0e0316f403a4ef8d00bb4c140b9191b0358ba27c (patch)
treeeaade65bb33dc2c067bf4c8211f7f7d16d9e4984 /sysdeps/unix/sysv/linux/alpha/glob.c
parente021cda255e14eebecde2fc1c92446e25a2ee761 (diff)
Update.
1998-06-17 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/alpha/glob.c: Include sys/types.h before glob.h.
Diffstat (limited to 'sysdeps/unix/sysv/linux/alpha/glob.c')
-rw-r--r--sysdeps/unix/sysv/linux/alpha/glob.c1
1 files changed, 1 insertions, 0 deletions
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 <sys/types.h>
#include <glob.h>
/* For Linux/Alpha we have to make the glob symbols versioned. */