Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/mail/bbmail/files/patch-src__resource.cpp
18160 views
1
--- src/resource.cpp.orig
2
+++ src/resource.cpp
3
@@ -22,6 +22,7 @@
4
#include "bbmail.h"
5
#include "resource.h"
6
#include "blackboxstyle.h"
7
+#include <cstdlib>
8
9
Resource::Resource(ToolWindow *toolwindow, const std::string &rc_file):
10
BaseResource(*toolwindow, toolwindow->getCurrentScreen(), rc_file),
11
12