mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 16:32:14 -06: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:
@@ -1,5 +1,5 @@
|
||||
#include <string>
|
||||
#include <cmSystemTools.h>
|
||||
#include <string>
|
||||
|
||||
#define RETVAL @_retval@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user