--- src/common.h~	2008-12-20 13:57:30.000000000 +0100
+++ src/common.h	2008-12-20 13:57:50.000000000 +0100
@@ -2,6 +2,8 @@
 #define _COMMON_H
 
 #include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 #include <sys/socket.h>
 
 int check_mount(char *s);

