Module: sip-router
Branch: sr_3.0
Commit: 4920290b90947fa59f7e794fc92abd6796950c33
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4920290…
Author: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Wed Dec 2 20:14:54 2009 -0500
ctl: fix #includes on solaris
---
modules/ctl/init_socks.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/ctl/init_socks.h b/modules/ctl/init_socks.h
index 3eddea9..a2be3a4 100644
--- a/modules/ctl/init_socks.h
+++ b/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"