1
0
Fork 0

Indicate system includes for relevant SDL headers

This commit is contained in:
Patryk Obara 2019-12-24 05:36:50 +01:00 committed by Patryk Obara
parent ce7c27a48b
commit 3a68ba2b26
11 changed files with 24 additions and 29 deletions

View file

@ -21,7 +21,7 @@
#if C_IPX
#include "SDL_net.h"
#include <SDL_net.h>
struct packetBuffer {
Bit8u buffer[1024];