diff options
Diffstat (limited to 'nscd/grpcache.c')
-rw-r--r-- | nscd/grpcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nscd/grpcache.c b/nscd/grpcache.c index 71309f464f..9734d08510 100644 --- a/nscd/grpcache.c +++ b/nscd/grpcache.c @@ -19,8 +19,8 @@ #include <errno.h> #include <grp.h> -#include <malloc.h> #include <pthread.h> +#include <stdlib.h> #include <string.h> #include <rpcsvc/nis.h> #include <sys/types.h> |