Browse Source

Missing header field added

Jan Janak 21 years ago
parent
commit
8729ac5e51
1 changed files with 1 additions and 0 deletions
  1. 1 0
      unixsock_server.h

+ 1 - 0
unixsock_server.h

@@ -32,6 +32,7 @@
 
 
 #include <sys/un.h>
+#include <unistd.h>
 #include "str.h"