Changeset 546 for trunk/src/ocat.h


Ignore:
Timestamp:
02/12/10 12:32:55 (2 years ago)
Author:
eagle
Message:
  • fixed order of pid-process creation
  • AC_PROG_MKDIR_P was missing
  • child reaper was missing in case of pid-process getting killed
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ocat.h

    r539 r546  
    5252#ifdef HAVE_SYS_TYPES_H 
    5353#include <sys/types.h> 
     54#endif 
     55#ifdef HAVE_SYS_WAIT_H 
     56#include <sys/wait.h> 
    5457#endif 
    5558#ifdef HAVE_NETINET_IN_H 
Note: See TracChangeset for help on using the changeset viewer.