Changeset 4352 for trunk/rms

Show
Ignore:
Timestamp:
12/28/05 20:01:57 (3 years ago)
Author:
emostar
Message:

Make sure we have the proper headers included

Files:
1 modified

Legend:

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

    r4193 r4352  
    33#endif 
    44 
     5#include <sys/select.h> 
     6#include <sys/time.h> 
     7#include <sys/types.h> 
     8#include <unistd.h> 
    59#include <string.h> 
    610#include <ctype.h>