mirror of
https://github.com/reactos/CMake.git
synced 2025-02-05 19:37:49 +00:00
Tests: fix build of dummy memtester on AIX
Both <string> and <cmSystemTools.h> include <stdio.h> one or the other way. It looks like the CMake header adds a define that will cause another part of the system header to be used, resulting in conflicting definitions.
This commit is contained in:
parent
4825d70e83
commit
1a2a6ba4b6
@ -1,5 +1,5 @@
|
||||
#include <string>
|
||||
#include <cmSystemTools.h>
|
||||
#include <string>
|
||||
|
||||
#define RETVAL @_retval@
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user