millert
27 years ago
1 changed files with
1 additions and
0 deletions
-
src/lib/libc/stdlib/tsearch.c
|
@ -11,6 +11,7 @@ |
|
|
/*LINTLIBRARY*/ |
|
|
/*LINTLIBRARY*/ |
|
|
|
|
|
|
|
|
#include <search.h> |
|
|
#include <search.h> |
|
|
|
|
|
#include <stdlib.h> |
|
|
|
|
|
|
|
|
typedef struct node_t { |
|
|
typedef struct node_t { |
|
|
char *key; |
|
|
char *key; |
|
|