ports/net/nepenthes/files/patch-modules__submit-postgres__PGDownloadContext.cpp
John Marino 6a49fa15fa Stage net/nepenthese and unbreak on FreeBSD 10+
PR:		193042
Submitted by:	Ports Fury
2014-08-30 20:50:54 +00:00

17 lines
364 B
C++

--- modules/submit-postgres/PGDownloadContext.cpp.orig
+++ modules/submit-postgres/PGDownloadContext.cpp
@@ -38,9 +38,11 @@
#include <sys/stat.h>
#include <unistd.h>
-#include <time.h>
-#include <errno.h>
-#include <string.h>
+#include <cstdio>
+#include <cstdlib>
+#include <ctime>
+#include <cerrno>
+#include <cstring>
#include <sstream>
#include <map>