We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59cdf93 commit 97eca1eCopy full SHA for 97eca1e
1 file changed
src/platform/fltk/utils.cxx
@@ -6,8 +6,10 @@
6
// Download the GNU Public License (GPL) from www.gnu.org
7
//
8
9
-#include <config.h>
+#include "config.h"
10
+
11
#if defined(_Win32)
12
+#include <windows.h>
13
#include <shellapi.h>
14
#else
15
#include <sys/socket.h>
@@ -16,7 +18,8 @@
16
18
#endif
17
19
#include <stdint.h>
20
#include "lib/str.h"
-#include "utils.h"
21
+#include "platform/fltk/utils.h"
22
+#include "ui/utils.h"
23
24
#define RX_BUFFER_SIZE 1024
25
0 commit comments