11 lines
264 B
Text
11 lines
264 B
Text
|
--- parse.y.orig 2013-05-27 19:12:55.760560261 +0200
|
||
|
+++ parse.y 2013-05-27 19:13:17.025558675 +0200
|
||
|
@@ -36,6 +36,7 @@
|
||
|
#include <limits.h>
|
||
|
#include <stdarg.h>
|
||
|
#include <stdio.h>
|
||
|
+#include <stdlib.h>
|
||
|
#include <string.h>
|
||
|
#include <syslog.h>
|
||
|
#include <event.h>
|