summaryrefslogtreecommitdiff
path: root/graphics/inventor/files/patch-SoSensorMgr.c++
blob: f5c59d46e3ff77366553f2173c13cee04f70a329 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
*** lib/database/src/so/sensors/SoSensorMgr.c++.orig	Sat Jul 12 00:40:53 2003
--- lib/database/src/so/sensors/SoSensorMgr.c++	Sun Feb 22 17:11:52 2004
***************
*** 61,66 ****
--- 61,70 ----
  #include <unistd.h>
  #endif // __APPLE__
  
+ #ifdef __FreeBSD__
+ #include <sys/select.h>
+ #endif
+ 
  #ifdef DEBUG
  #include <SoDebug.h>
  static SbTime startTime;