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:
Rolf Eike Beer 2013-05-21 22:58:36 +02:00
parent 4825d70e83
commit 1a2a6ba4b6
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#include <string>
#include <cmSystemTools.h>
#include <string>
#define RETVAL @_retval@