Changeset 4353 for trunk/auto-reply

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

Make sure we have the proper headers included

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/auto-reply/src/autoreply.cpp

    r4002 r4353  
    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> 
     
    812#include <stdlib.h> 
    913#include <sys/wait.h> 
    10 #include <sys/time.h> 
    1114#include <signal.h> 
    1215#ifdef HAVE_ERRNO_H