Changeset 4351 for trunk/console

Show
Ignore:
Timestamp:
12/28/05 19:59:52 (3 years ago)
Author:
emostar
Message:

Make sure we include the proper headers

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/console/src/console.cpp

    r4239 r4351  
    33#endif 
    44 
     5#include <sys/select.h> 
     6#include <sys/time.h> 
     7#include <sys/types.h> 
    58#include <unistd.h> 
     9 
    610#include <cstring> 
    711#include <cctype>