Fix compilation warning

This commit is contained in:
Crayon2000 2021-07-05 01:00:29 -04:00
parent 9ada5ddf1d
commit e9ea2802ce
2 changed files with 7 additions and 7 deletions

View file

@ -172,4 +172,3 @@ int PNGU_EncodeFromEFB (IMGCTX ctx, PNGU_u32 width, PNGU_u32 height, PNGU_u32 st
#endif #endif
#endif #endif

View file

@ -4,6 +4,7 @@
#include <grrlib.h> #include <grrlib.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h>
#include <wiiuse/wpad.h> #include <wiiuse/wpad.h>
#include <ogc/lwp_watchdog.h> // Needed for gettime and ticks_to_millisecs #include <ogc/lwp_watchdog.h> // Needed for gettime and ticks_to_millisecs