ccad595e10
Daemon Watch will check if a process is running or if a tcp port is open. PR: ports/41718 Submitted by: Andrew Turner <zombie@i4free.co.nz>
10 lines
215 B
C
10 lines
215 B
C
--- dwatch.c.orig Wed Aug 14 16:52:28 2002
|
|
+++ dwatch.c Wed Aug 14 16:52:34 2002
|
|
@@ -17,6 +17,7 @@
|
|
MA 02111-1307, USA.
|
|
*/
|
|
|
|
+#include <sys/types.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|