Add missing include for chmod()
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 9 Sep 2011 15:28:43 +0000 (17:28 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 9 Sep 2011 15:28:43 +0000 (17:28 +0200)
src/socket_server.cpp

index 35bb314..18bb722 100644 (file)
@@ -28,6 +28,7 @@ on this file might be covered by the GNU General Public License.
 #include <sys/socket.h>
 #include <sys/un.h>
 #include <sys/time.h>
+#include <sys/stat.h>
 #include <arpa/inet.h>
 #include <netinet/in.h>
 #include <netdb.h>