diff options
Diffstat (limited to 'samples/fx_lpng/src/fx_pngwrite.c')
-rw-r--r-- | samples/fx_lpng/src/fx_pngwrite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/fx_lpng/src/fx_pngwrite.c b/samples/fx_lpng/src/fx_pngwrite.c index 4434fd0cb4..425f7f8c58 100644 --- a/samples/fx_lpng/src/fx_pngwrite.c +++ b/samples/fx_lpng/src/fx_pngwrite.c @@ -7,4 +7,4 @@ #ifdef _MSC_VER
#define _CRT_SECURE_NO_WARNINGS
#endif
-#include "../lpng_v163/fx_pngwrite.c"
+#include "samples/fx_lpng/lpng_v163/fx_pngwrite.c"
|