Add missing include file in PNGU library

This commit is contained in:
Crayon2000 2017-02-02 02:18:41 -05:00
parent 70cc945948
commit 41ba167a30
2 changed files with 2 additions and 1 deletions

View file

@ -9,6 +9,7 @@ More info : http://frontier-dev.net
********************************************************************************************/
#include <stdio.h>
#include <malloc.h>
#include <string.h>
#include "pngu.h"
#include "png.h"

View file

@ -60,7 +60,7 @@ Developing for the Wii
----------------------
Do not progress until you have installed and configured devkitPro. Guides are
and assistance are available at http://devkitpro.org/index.php
and assistance are available at https://devkitpro.org/index.php
If you have just performed a clean (re)install on your Windows PC, be sure to
reboot before you continue.