diff options
-rw-r--r-- | src/lib/libc/stdlib/tsearch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libc/stdlib/tsearch.c b/src/lib/libc/stdlib/tsearch.c index defa8a3006..562ace1845 100644 --- a/src/lib/libc/stdlib/tsearch.c +++ b/src/lib/libc/stdlib/tsearch.c | |||
@@ -11,6 +11,7 @@ | |||
11 | /*LINTLIBRARY*/ | 11 | /*LINTLIBRARY*/ |
12 | 12 | ||
13 | #include <search.h> | 13 | #include <search.h> |
14 | #include <stdlib.h> | ||
14 | 15 | ||
15 | typedef struct node_t { | 16 | typedef struct node_t { |
16 | char *key; | 17 | char *key; |