forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
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>
|