mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
15bafe26e9
- Add License PR: 185335 Submitted by: ports fury
11 lines
258 B
C++
11 lines
258 B
C++
--- src/mailboxmenu.cpp.orig
|
|
+++ src/mailboxmenu.cpp
|
|
@@ -20,6 +20,7 @@
|
|
//
|
|
//
|
|
#include "mailboxmenu.h"
|
|
+#include <cstdlib>
|
|
|
|
MailboxMenu::MailboxMenu(ToolWindow *toolwindow) :
|
|
Menu(*toolwindow, toolwindow->getCurrentScreen()), bbtool(toolwindow)
|