commit | eba8ed71f08f334bc94ac8eeedcd998fcdd05897 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Fri Mar 09 14:36:42 2001 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Fri Mar 09 14:36:42 2001 +0000 |
tree | c7a2f4adfb3418ff5d970a4f01fe87df38e04dc9 | |
parent | 9ba5bce06f71e610db752489b4f97e2af56c2577 [diff] [blame] |
Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup warnings with glibc 2.2 and use always use xfopen -Erik
diff --git a/networking/nc.c b/networking/nc.c index e40d4b4..72439dd 100644 --- a/networking/nc.c +++ b/networking/nc.c
@@ -28,6 +28,7 @@ #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <unistd.h> #include <sys/types.h>