Improve clang fixes

This commit is contained in:
ts-korhonen
2021-12-20 21:54:25 +02:00
parent 75d4e923ae
commit a9ecd17f5c
3 changed files with 3 additions and 4 deletions

View File

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