mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-22 15:02:20 +00:00
Add missing include file in PNGU library
This commit is contained in:
parent
70cc945948
commit
41ba167a30
2 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@ More info : http://frontier-dev.net
|
||||||
********************************************************************************************/
|
********************************************************************************************/
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
|
#include <string.h>
|
||||||
#include "pngu.h"
|
#include "pngu.h"
|
||||||
#include "png.h"
|
#include "png.h"
|
||||||
|
|
||||||
|
|
|
@ -60,7 +60,7 @@ Developing for the Wii
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
Do not progress until you have installed and configured devkitPro. Guides are
|
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
|
If you have just performed a clean (re)install on your Windows PC, be sure to
|
||||||
reboot before you continue.
|
reboot before you continue.
|
||||||
|
|
Loading…
Reference in a new issue