Include glob.h before defining prototypes.
authorUlrich Drepper <drepper@redhat.com>
Wed, 17 Jun 1998 10:17:53 +0000 (10:17 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 17 Jun 1998 10:17:53 +0000 (10:17 +0000)
sysdeps/unix/sysv/linux/alpha/glob.c

index 69da879..02cb0a8 100644 (file)
@@ -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)