Skip to content

Commit

Permalink
Merge pull request #1751 from glennvl/fix-strdup-conflicting-redeclar…
Browse files Browse the repository at this point in the history
…ation

Fix conflicting declaration of cpputest_strdup_location
  • Loading branch information
basvodde committed Apr 6, 2023
2 parents d51a055 + 7d97dd6 commit 34f8c45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/CppUTest/StandardCLibrary.h
Expand Up @@ -14,6 +14,7 @@
#ifdef __cplusplus
#if CPPUTEST_USE_STD_CPP_LIB
#include <cstdlib>
#include <cstring>
#include <string>
#endif
#endif
Expand Down

0 comments on commit 34f8c45

Please sign in to comment.