summaryrefslogtreecommitdiff
path: root/src/port/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/string.c')
-rw-r--r--src/port/string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/string.c b/src/port/string.c
index 83b1daa..398788c 100644
--- a/src/port/string.c
+++ b/src/port/string.c
@@ -47,7 +47,7 @@ char *wolf_port_strdup( const char *s ) {
#include "port/stdbool.h" /* for bool */
#include <sys/types.h> /* for size_t */
#include <errno.h> /* for errno */
-#include "mutex.h" /* for mutexes */
+#include "threads/mutex.h" /* for mutexes */
static bool mutex_initialized = false;
static wolf_mutex_t mutex;