10 lines
260 B
Text
10 lines
260 B
Text
--- log.c.orig 2004-05-12 21:19:53.000000000 +0100
|
|
+++ log.c 2004-05-12 21:20:21.000000000 +0100
|
|
@@ -37,6 +37,7 @@
|
|
#include <unistd.h>
|
|
#include <syslog.h>
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <stdarg.h>
|
|
#include <errno.h>
|
|
#include <signal.h>
|