diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-01 05:54:43 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-01 05:54:43 +0000 |
commit | 0d2a1577d566a88754f6fe7a92b8a5d779d436ba (patch) | |
tree | 93b08165dda04d80c8307b81365f80136bf1abbe /lib/libc/stdlib | |
parent | 9da13ff169f52622b6f7e316a305d2e0a276fa9a (diff) |
Include <stdlib.h> for malloc() proto.
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/tsearch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/stdlib/tsearch.c b/lib/libc/stdlib/tsearch.c index defa8a30060..562ace1845b 100644 --- a/lib/libc/stdlib/tsearch.c +++ b/lib/libc/stdlib/tsearch.c @@ -11,6 +11,7 @@ /*LINTLIBRARY*/ #include <search.h> +#include <stdlib.h> typedef struct node_t { char *key; |