Module: sip-router
Branch: master
Commit: bdec66211cb75de63ee63b29ee3372739f4d283e
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bdec662…
Author: sobomax <sobomax(a)sippysoft.com>
Committer: sobomax <sobomax(a)sippysoft.com>
Date: Wed Jul 1 02:47:01 2009 -0700
Add missed <sys/select.h> include.
---
ut.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/ut.h b/ut.h
index 28c0e96..1d207bd 100644
--- a/ut.h
+++ b/ut.h
@@ -51,6 +51,7 @@
#include "comp_defs.h"
#include <sys/types.h>
+#include <sys/select.h>
#include <sys/time.h>
#include <limits.h>
#include <time.h>