mirror of git://sourceware.org/git/glibc.git
Include stddef.h and stdlib.h.
This commit is contained in:
parent
cee3b3930a
commit
fde9eb68f5
|
@ -18,7 +18,9 @@
|
|||
02111-1307 USA. */
|
||||
|
||||
#include <link.h>
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#define SET 0
|
||||
#define ADD 1
|
||||
|
|
Loading…
Reference in New Issue