1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
1998-06-17  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/unix/sysv/linux/alpha/glob.c: Include sys/types.h before
	glob.h.
This commit is contained in:
Ulrich Drepper
1998-06-17 17:59:25 +00:00
parent e021cda255
commit 0e0316f403
3 changed files with 11 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. */