Browse Source

Include stddef.h and stdlib.h.

cvs/fedora-2_3-branch
Ulrich Drepper 22 years ago
parent
commit
fde9eb68f5
  1. 2
      elf/tst-dlmodcount.c

2
elf/tst-dlmodcount.c

@ -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…
Cancel
Save