On 2014-01-11 19:06, me.grimm wrote:
- 31b8bc0
- simply disables and thus breaks the functionality of the method it
modifies
yeah this is the error I am getting:
*videoBase.cpp:423:3: **error: **use of undeclared identifier 'select'*
select(0,0,0,0,&sleep);
any ideas how to fix?
$ man select
and check which headers need to be included.
gfmar IOhannes