qt: string.h inclusion predicate was backwards

This commit is contained in:
ts-korhonen
2021-12-20 22:51:39 +02:00
parent 9adc683cbc
commit a99b556b14

View File

@@ -2,7 +2,7 @@
* C functionality for Qt platform, where the C equivalent is not easily * C functionality for Qt platform, where the C equivalent is not easily
* implemented in Qt * implemented in Qt
*/ */
#if !defined(_WIN32) && !defined(__clang__) #if !defined(_WIN32) || !defined(__clang__)
#include <strings.h> #include <strings.h>
#endif #endif
#include <stdint.h> #include <stdint.h>