mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
17 lines
364 B
C++
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>
|