Fix incorrect usage of __has_include
I introduced this typo in 0a0a1fd330
This commit is contained in:
parent
61eba32cdd
commit
35c36be140
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
#include <QTranslator>
|
||||
#include <qplatformdefs.h>
|
||||
|
||||
#ifdef __has_include(<malloc.h>)
|
||||
#if __has_include(<malloc.h>)
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Reference in a new issue