Have stdio.h to guarantee fopen() and fclose().

This commit is contained in:
2016-02-04 14:16:46 -05:00
parent 6b50bc4ff4
commit 41ff26122a
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
****************************************************************************/
#include "stdafx.h"
#include "Mempak.H"
#include <stdio.h>
#include <Common/path.h>
uint8_t Mempaks[4][0x8000];