Include glob.h before defining prototypes.

This commit is contained in:
Ulrich Drepper 1998-06-17 10:17:53 +00:00
parent bb71df5f5f
commit a3a2cb21be

View 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)