79d12622c6
Note that this port is restricted due to inclusion of DES code.
19 lines
393 B
Text
19 lines
393 B
Text
*** src/hsearch.c.orig Thu Oct 31 16:19:42 1996
|
|
--- src/hsearch.c Thu Oct 31 16:20:02 1996
|
|
***************
|
|
*** 19,25 ****
|
|
Cambridge, MA 02139, USA. */
|
|
|
|
#include "ansidecl.h"
|
|
! #include <malloc.h>
|
|
#include <string.h>
|
|
|
|
#include "search.h"
|
|
--- 19,25 ----
|
|
Cambridge, MA 02139, USA. */
|
|
|
|
#include "ansidecl.h"
|
|
! #include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
#include "search.h"
|