aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tool_strdup.c2
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)