--- a/warning.c +++ b/warning.c @@ -2,6 +2,9 @@ #include "netwatch.h" #include #include +#include /* time() ctime() */ +#include /* system() */ +#include /* unlink() */ static FILE *tmpfp; static char tmpname[256]; --- a/netwatch.c +++ b/netwatch.c @@ -71,6 +71,7 @@ #include #include #include +#include /* isalnum() isspace() ispunct() */ /* * #include */