about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-06-17 10:18:04 +0000
committerUlrich Drepper <drepper@redhat.com>1998-06-17 10:18:04 +0000
commit0751550d36d19aed015a210f8c5868a1ee6508ed (patch)
tree1805ea4eab3e2437fc1dc53050ce874de8847f6a /sysdeps
parentbf47fa234412a30f51255b42c92cd29f0b985e79 (diff)
downloadglibc-0751550d36d19aed015a210f8c5868a1ee6508ed.tar.gz
glibc-0751550d36d19aed015a210f8c5868a1ee6508ed.tar.xz
glibc-0751550d36d19aed015a210f8c5868a1ee6508ed.zip
Update.
1998-06-17  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/unix/sysv/linux/alpha/glob.c: Include glob.h before
	defining prototypes.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/alpha/glob.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/glob.c b/sysdeps/unix/sysv/linux/alpha/glob.c
index 69da879c20..02cb0a8706 100644
--- a/sysdeps/unix/sysv/linux/alpha/glob.c
+++ b/sysdeps/unix/sysv/linux/alpha/glob.c
@@ -15,6 +15,8 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
+#include <glob.h>
+
 /* For Linux/Alpha we have to make the glob symbols versioned.  */
 #define glob(pattern, flags, errfunc, pglob) \
   __new_glob (pattern, flags, errfunc, pglob)