mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
12 lines
250 B
Plaintext
12 lines
250 B
Plaintext
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>
|