View | Details | Raw Unified | Return to bug 94585
Collapse All | Expand All

(-)agent/filter/logfile.c Fri Mar 17 13:02:25 2006 (+6 lines)
Lines 47-52 Link Here
47
#include <stdio.h>
47
#include <stdio.h>
48
#include <sys/types.h>
48
#include <sys/types.h>
49
49
50
#ifdef I_STRING
51
#include <string.h>
52
#else
53
#include <strings.h>
54
#endif
55
50
#ifdef I_TIME
56
#ifdef I_TIME
51
# include <time.h>
57
# include <time.h>
52
#endif
58
#endif

Return to bug 94585