diff options
| -rw-r--r-- | FICS/copyfile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FICS/copyfile.c b/FICS/copyfile.c index 208f2e2..49bff8c 100644 --- a/FICS/copyfile.c +++ b/FICS/copyfile.c @@ -6,6 +6,7 @@ #include <err.h> #include <fcntl.h> #include <stdio.h> +#include <stdlib.h> #include <string.h> #include <unistd.h> |
