Selaa lähdekoodia

ctl: fix #includes on solaris

Andrei Pelinescu-Onciul 16 vuotta sitten
vanhempi
commit
4920290b90
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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"