aboutsummaryrefslogtreecommitdiffstats
path: root/community/libfm/undef-G_DISABLE_ASSERT-earlier.patch
blob: 34bd7d04180880b4bb5a6a2a350548705ee2f533 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- a/src/tests/test-fm-path.c
+++ b/src/tests/test-fm-path.c
@@ -19,12 +19,12 @@
  *      MA 02110-1301, USA.
  */
 
-#include <fm.h>
-
 //ignore for test disabled asserts
 #ifdef G_DISABLE_ASSERT
     #undef G_DISABLE_ASSERT
 #endif
+
+#include <fm.h>
 
 #define TEST_PARSING(func, str_to_parse, ...) \
     G_STMT_START { \