forked from Lainports/freebsd-ports
- Makefile cleanup / pet portlint - Reduce available set of OPTIONS - DEBUG, GCOV, EFENCE not supported anymore - ASS and LUA now required by port PR: 191375 Submitted by: tkato432@yahoo.com Approved by: mentors (implicit)
10 lines
216 B
C++
10 lines
216 B
C++
--- src/frame_main.cpp.orig
|
|
+++ src/frame_main.cpp
|
|
@@ -80,6 +80,7 @@
|
|
#include <wx/msgdlg.h>
|
|
#include <wx/statline.h>
|
|
#include <wx/sysopt.h>
|
|
+#include <wx/toolbar.h>
|
|
|
|
enum {
|
|
ID_APP_TIMER_STATUSCLEAR = 12002
|