diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/tool_strdup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_strdup.c b/src/tool_strdup.c index d661a82f7..965675c3d 100644 --- a/src/tool_strdup.c +++ b/src/tool_strdup.c @@ -19,7 +19,7 @@ * KIND, either express or implied. * ***************************************************************************/ -#include "strdup.h" +#include "tool_strdup.h" #ifndef HAVE_STRDUP char *strdup(const char *str) |