* [gentoo-commits] gentoo-x86 commit in dev-util/httpup/files: httpup-0.4.0k-gcc-4.7.patch
@ 2012-08-08 8:14 Justin Lecher (jlec)
0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2012-08-08 8:14 UTC (permalink / raw
To: gentoo-commits
jlec 12/08/08 08:14:29
Added: httpup-0.4.0k-gcc-4.7.patch
Log:
dev-util/httpup: Fix for compilation with gcc-4.7, #430338
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Revision Changes Path
1.1 dev-util/httpup/files/httpup-0.4.0k-gcc-4.7.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/httpup/files/httpup-0.4.0k-gcc-4.7.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/httpup/files/httpup-0.4.0k-gcc-4.7.patch?rev=1.1&content-type=text/plain
Index: httpup-0.4.0k-gcc-4.7.patch
===================================================================
main.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/main.cpp b/main.cpp
index 3040b9d..2d807ed 100644
--- a/main.cpp
+++ b/main.cpp
@@ -12,6 +12,7 @@
#include <iostream>
#include <string>
#include <cstdlib>
+#include <unistd.h>
using namespace std;
#include "httpup.h"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-08-08 8:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-08 8:14 [gentoo-commits] gentoo-x86 commit in dev-util/httpup/files: httpup-0.4.0k-gcc-4.7.patch Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox