mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
10 lines
258 B
C++
10 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)
|