mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-24 11:41:07 +00:00
Include glob.h before defining prototypes.
This commit is contained in:
parent
bb71df5f5f
commit
a3a2cb21be
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user