13 lines
236 B
C
13 lines
236 B
C
|
*** src/log.c.org Sun Mar 23 16:41:11 2003
|
||
|
--- src/log.c Sun Mar 23 16:42:54 2003
|
||
|
***************
|
||
|
*** 32,37 ****
|
||
|
--- 32,38 ----
|
||
|
#include <stdio.h>
|
||
|
#include <time.h>
|
||
|
#include <syslog.h>
|
||
|
+ #include <string.h>
|
||
|
|
||
|
#define LOG_IT
|
||
|
|