r1870 - trunk/src/target/gsm/src/gsmd

laforge at sita.openmoko.org laforge at sita.openmoko.org
Sun Apr 29 18:26:31 CEST 2007


Author: laforge
Date: 2007-04-29 18:26:26 +0200 (Sun, 29 Apr 2007)
New Revision: 1870

Modified:
   trunk/src/target/gsm/src/gsmd/select.c
Log:
* compile fix (include sys/select.h) to make it build on *BSD (Holger Freyther)


Modified: trunk/src/target/gsm/src/gsmd/select.c
===================================================================
--- trunk/src/target/gsm/src/gsmd/select.c	2007-04-29 15:38:24 UTC (rev 1869)
+++ trunk/src/target/gsm/src/gsmd/select.c	2007-04-29 16:26:26 UTC (rev 1870)
@@ -20,6 +20,7 @@
  */ 
 
 #include <fcntl.h>
+#include <sys/select.h>
 #include <common/linux_list.h>
 
 #include "gsmd.h"





More information about the commitlog mailing list