ports/devel/commoncpp/patches/patch-src_mempager_cpp

12 lines
250 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/mempager.cpp
--- src/mempager.cpp.orig
+++ src/mempager.cpp
@@ -36,6 +36,7 @@
// If you do not wish that, delete this exception notice.
//
+#include <cstdlib>
#include <cc++/config.h>
#include <cc++/export.h>
#include <cc++/slog.h>