mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
bcccbdfaf8
- Support staging - Convert to new options framework PR: ports/186803 (based on) Submitted by: Mathias Monnerville <mathias@monnerville.com> MFH: 2014Q1
11 lines
275 B
C++
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
|