From eb8f4cd6c2b6ec65a9be606aa2b9e9c9a4bd3389 Mon Sep 17 00:00:00 2001 From: Garen Torikian Date: Tue, 13 Sep 2016 13:16:20 -0700 Subject: [PATCH] Try this --- tests/clar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/clar.c b/tests/clar.c index 78fd4a8..5adc51e 100644 --- a/tests/clar.c +++ b/tests/clar.c @@ -39,8 +39,8 @@ # ifndef access # define access(path, mode) _access(path, mode) # endif -# ifndef string_dup -# define string_dup(str) _string_dup(str) +# ifndef strdup +# define strdup(str) _strdup(str) # endif # ifndef strcasecmp # define strcasecmp(a,b) _stricmp(a,b)