From: Ulrich Drepper Date: Wed, 17 Jun 1998 10:17:53 +0000 (+0000) Subject: Include glob.h before defining prototypes. X-Git-Tag: glibc-2.16-ports-before-merge~3207 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a3a2cb21bea2b79e31a0dbbc735746f7b5f02156;p=thirdparty%2Fglibc.git Include glob.h before defining prototypes. --- diff --git a/sysdeps/unix/sysv/linux/alpha/glob.c b/sysdeps/unix/sysv/linux/alpha/glob.c index 69da879c20e..02cb0a8706f 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)