mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
10 lines
264 B
Text
10 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>
|