1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-17 18:50:33 -04:00
ports/mail/bbmail/files/patch-src__resource.cpp
Martin Wilke 15bafe26e9 - Fix build
- Add License

PR:		185335
Submitted by:	ports fury
2014-01-19 09:27:40 +00:00

10 lines
304 B
C++

--- src/resource.cpp.orig
+++ src/resource.cpp
@@ -22,6 +22,7 @@
#include "bbmail.h"
#include "resource.h"
#include "blackboxstyle.h"
+#include <cstdlib>
Resource::Resource(ToolWindow *toolwindow, const std::string &rc_file):
BaseResource(*toolwindow, toolwindow->getCurrentScreen(), rc_file),