win32: fix bugs which made compling without EXPERIMENTAL_WIFI fail

This commit is contained in:
zeromus 2009-06-17 18:55:03 +00:00
parent 8d4a505f72
commit dfcbea4161
2 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,7 @@
#include "resource.h"
#include "common.h"
#include "main.h"
#include "NDSSystem.h"
#include "ramwatch.h"

View File

@ -1,7 +1,7 @@
//RamWatch dialog was copied and adapted from GENS11: http://code.google.com/p/gens-rerecording/
//Authors: Upthorn, Nitsuja, adelikat
//#include "main.h"
#include "main.h"
#include "resource.h"
#include "common.h"
#include "NDSSystem.h"