diff --git a/libs/libpng-src/png.h b/libs/libpng-src/png.h
index 460489bea607841654696d4a334b076d7af4006c..a01077bf0bd276504b5f90c52d1c7ed8d759d425 100644
--- a/libs/libpng-src/png.h
+++ b/libs/libpng-src/png.h
@@ -327,7 +327,7 @@
 /* If pnglibconf.h is missing, you can
  * copy scripts/pnglibconf.h.prebuilt to pnglibconf.h
  */
-#   include "projects\pnglibconf.h"
+#   include "projects/pnglibconf.h"
 #endif
 
 #define PNG_APNG_SUPPORTED
@@ -336,7 +336,7 @@
 
 #ifndef PNG_VERSION_INFO_ONLY
 /* Machine specific configuration. */
-#  include "projects\pngconf.h"
+#  include "projects/pngconf.h"
 #endif
 
 /*