Skip to content

Commit

Permalink
The right path
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Sep 13, 2016
1 parent 3c82ac6 commit cee9ead
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/clar.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include <stdarg.h>
#include <wchar.h>

#include "string_dup.h"
#include "../src/string_dup.h"

/* required for sandboxing */
#include <sys/types.h>
Expand All @@ -40,7 +40,7 @@
# define access(path, mode) _access(path, mode)
# endif
# ifndef strdup
# define string_dup(str) _string_dup(str)
# define strdup(str) _strdup(str)
# endif
# ifndef strcasecmp
# define strcasecmp(a,b) _stricmp(a,b)
Expand Down

0 comments on commit cee9ead

Please sign in to comment.