fix win
authorWolf Vollprecht <w.vollprecht@gmail.com>
Thu, 6 Jan 2022 19:32:48 +0000 (20:32 +0100)
committerWolf Vollprecht <w.vollprecht@gmail.com>
Fri, 7 Jan 2022 09:08:36 +0000 (10:08 +0100)
src/lib/win32/basename.c

index e37d29b1b3a31e3785cd2ee41a4ea3f259c5bab3..20ec1b7bb03a878877421c411025554473858bb7 100644 (file)
@@ -1,4 +1,4 @@
-#include <stdio.h>
+#include <string.h>
 
 // note this is not a proper basename implementation
 char* basename(char* path)