Browse Source

ctl: fix #includes on solaris

Andrei Pelinescu-Onciul 15 years ago
parent
commit
4920290b90
1 changed files with 1 additions and 0 deletions
  1. 1 0
      modules/ctl/init_socks.h

+ 1 - 0
modules/ctl/init_socks.h

@@ -31,6 +31,7 @@
 
 #ifndef _init_socks_h
 #define _init_socks_h
+#include <sys/types.h>
 #include <sys/un.h>
 #include "../../ip_addr.h"