Changed an inclusion path

I've also modified my local SDL_net install to ensure that it built with the correct version of
SDL. Long story short: This worked me up way too much.
This commit is contained in:
2015-08-20 02:32:00 +10:00
parent 6bcaf460b9
commit 345980af5e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
*/
#pragma once
#include "SDL_net.h"
#include "SDL2/SDL_net.h"
//these should've come standard
bool operator==(IPaddress lhs, IPaddress rhs);