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 <cmSystemTools.h>
|
||||||
|
#include <string>
|
||||||
|
|
||||||
#define RETVAL @_retval@
|
#define RETVAL @_retval@
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue