gentoo/dev-cpp/commoncpp2/files/1.8.0-glibc212.patch
David Seifert 46aee353c3
dev-cpp/commoncpp2: Allow for compiling with GCC 6
Gentoo-bug: 595422
* EAPI=6
* Make PATCHES -p1 compliant

Package-Manager: portage-2.3.1
2016-09-29 21:42:14 +02:00

13 lines
323 B
Diff

http://bugs.gentoo.org/334135
--- a/src/applog.cpp
+++ b/src/applog.cpp
@@ -44,6 +44,7 @@
#include <cstdio>
#include <stdarg.h>
#include <errno.h>
+#include <sys/stat.h>
// TODO sc: test if has to move up now that it is into commoncpp
// NOTE: the order of inclusion is important do not move following include line