1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00

Fix build with libc++

This commit is contained in:
Baptiste Daroussin 2013-09-06 15:08:07 +00:00
parent b57701ad36
commit f984209e90
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326510

View File

@ -0,0 +1,10 @@
--- ./src/manifest_parser.cc.orig 2013-06-04 20:47:31.000000000 +0200
+++ ./src/manifest_parser.cc 2013-09-06 16:58:05.243065037 +0200
@@ -15,6 +15,7 @@
#include "manifest_parser.h"
#include <stdio.h>
+#include <stdlib.h>
#include <vector>
#include "graph.h"