lw-ctl.c | 3 +++
1 file changed, 3 insertions(+)
--- loadwatch-1.0+1.1alpha1.orig/lw-ctl.c
+++ loadwatch-1.0+1.1alpha1/lw-ctl.c
@@ -1,3 +1,4 @@
+#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <sys/socket.h>
@@ -68,4 +69,6 @@
{
send_cmd(argv[1], argv[2]);
}
+
+ return 0;
}