Browse Source

Include <stdlib.h> for malloc() proto.

OPENBSD_2_2
millert 27 years ago
parent
commit
dbf726cb6e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/lib/libc/stdlib/tsearch.c

+ 1
- 0
src/lib/libc/stdlib/tsearch.c View File

@ -11,6 +11,7 @@
/*LINTLIBRARY*/
#include <search.h>
#include <stdlib.h>
typedef struct node_t {
char *key;


Loading…
Cancel
Save