From 0751550d36d19aed015a210f8c5868a1ee6508ed Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 17 Jun 1998 10:18:04 +0000 Subject: [PATCH] Update. 1998-06-17 Ulrich Drepper * sysdeps/unix/sysv/linux/alpha/glob.c: Include glob.h before defining prototypes. --- ChangeLog | 5 +++++ sysdeps/unix/sysv/linux/alpha/glob.c | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4ea8633..f627e8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1998-06-17 Ulrich Drepper + + * sysdeps/unix/sysv/linux/alpha/glob.c: Include glob.h before + defining prototypes. + 1998-06-16 David S. Miller * sysdeps/sparc/sparc32/dl-machine.h diff --git a/sysdeps/unix/sysv/linux/alpha/glob.c b/sysdeps/unix/sysv/linux/alpha/glob.c index 69da879..02cb0a8 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 + /* For Linux/Alpha we have to make the glob symbols versioned. */ #define glob(pattern, flags, errfunc, pglob) \ __new_glob (pattern, flags, errfunc, pglob) -- 2.7.4