Include sys/types.h before glob.h.

This commit is contained in:
Ulrich Drepper 1998-06-17 17:59:03 +00:00
parent a3a2cb21be
commit 1037e1f40a
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <sys/types.h>
#include <glob.h>
/* For Linux/Alpha we have to make the glob symbols versioned. */