1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/audio/zinf/files/patch-lib-http-src-Http.cpp
Pawel Pekala bcccbdfaf8 - Fix build with clang
- Support staging
- Convert to new options framework

PR:		ports/186803 (based on)
Submitted by:	Mathias Monnerville <mathias@monnerville.com>
MFH:		2014Q1
2014-02-18 17:58:16 +00:00

11 lines
275 B
C++

--- lib/http/src/Http.cpp.orig 2014-02-15 18:56:59.580491668 +0100
+++ lib/http/src/Http.cpp 2014-02-15 18:57:10.490545507 +0100
@@ -31,6 +31,7 @@
#include "config.h"
#include <stdio.h>
+#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#ifndef WIN32