]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Define size_t.
authorUlrich Drepper <drepper@redhat.com>
Tue, 30 Jun 1998 12:07:42 +0000 (12:07 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 30 Jun 1998 12:07:42 +0000 (12:07 +0000)
sysdeps/unix/sysv/linux/alpha/bits/types.h

index 699f14c8a2d077a0a7a44794a42a0e3ec563594f..276236d4f5df96fae876f96493d38dad95a287a4 100644 (file)
@@ -25,6 +25,9 @@
 
 #include <features.h>
 
+#define __need_size_t
+#include <stddef.h>
+
 /* Convenience types.  */
 typedef unsigned char __u_char;
 typedef unsigned short int __u_short;