diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-06-17 17:59:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-06-17 17:59:25 +0000 |
commit | 0e0316f403a4ef8d00bb4c140b9191b0358ba27c (patch) | |
tree | eaade65bb33dc2c067bf4c8211f7f7d16d9e4984 /sysdeps | |
parent | e021cda255e14eebecde2fc1c92446e25a2ee761 (diff) | |
download | glibc-0e0316f403a4ef8d00bb4c140b9191b0358ba27c.tar.gz glibc-0e0316f403a4ef8d00bb4c140b9191b0358ba27c.tar.xz glibc-0e0316f403a4ef8d00bb4c140b9191b0358ba27c.zip |
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')
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/glob.c | 1 |
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. */ |