Skip to content

Commit 97eca1e

Browse files
committed
FLTK: added live editing menu
1 parent 59cdf93 commit 97eca1e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/platform/fltk/utils.cxx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
// Download the GNU Public License (GPL) from www.gnu.org
77
//
88

9-
#include <config.h>
9+
#include "config.h"
10+
1011
#if defined(_Win32)
12+
#include <windows.h>
1113
#include <shellapi.h>
1214
#else
1315
#include <sys/socket.h>
@@ -16,7 +18,8 @@
1618
#endif
1719
#include <stdint.h>
1820
#include "lib/str.h"
19-
#include "utils.h"
21+
#include "platform/fltk/utils.h"
22+
#include "ui/utils.h"
2023

2124
#define RX_BUFFER_SIZE 1024
2225

0 commit comments

Comments
 (0)