HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/devel/smooth/files/patch-classes_gui_window_backends_xlib_windowxlib.cpp
--- classes/gui/window/backends/xlib/windowxlib.cpp.orig	2020-08-27 22:43:07 UTC
+++ classes/gui/window/backends/xlib/windowxlib.cpp
@@ -8,6 +8,9 @@
   * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */
 
+#include <stdio.h>
+#include <stdlib.h>
+
 #include <smooth/gui/window/backends/xlib/windowxlib.h>
 #include <smooth/gui/window/window.h>
 #include <smooth/gui/widgets/special/cursor.h>
@@ -20,9 +23,6 @@
 #include <smooth/foreach.h>
 #include <smooth/init.h>
 #include <smooth/backends/xlib/backendxlib.h>
-
-#include <stdio.h>
-#include <stdlib.h>
 
 using namespace X11;