[sr-dev] git:master: Add missed <sys/select.h> include.

Maxim Sobolev sobomax at sippysoft.com
Wed Jul 1 11:49:13 CEST 2009


Module: sip-router
Branch: master
Commit: bdec66211cb75de63ee63b29ee3372739f4d283e
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bdec66211cb75de63ee63b29ee3372739f4d283e

Author: sobomax <sobomax at sippysoft.com>
Committer: sobomax <sobomax at 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>




More information about the sr-dev mailing list