diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-27 15:38:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-27 15:38:09 +0000 |
commit | 3dd670cf51dc2ceabfcff7060b1b768cf98155df (patch) | |
tree | 4700b7b6e21bf50e751d450a0ba3e41e6e8f4732 /net | |
parent | . trim Makefile headers; (diff) |
Fix build with clang and byacc
Notes
Notes:
svn path=/head/; revision=319254
Diffstat (limited to 'net')
-rw-r--r-- | net/ifstated/files/patch-parse.y | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/ifstated/files/patch-parse.y b/net/ifstated/files/patch-parse.y new file mode 100644 index 000000000000..f66428a58a74 --- /dev/null +++ b/net/ifstated/files/patch-parse.y @@ -0,0 +1,10 @@ +--- 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> |