Indicate system includes for relevant SDL headers
This commit is contained in:
parent
ce7c27a48b
commit
3a68ba2b26
11 changed files with 24 additions and 29 deletions
|
@ -16,7 +16,6 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef DOSBOX_IPX_H
|
||||
#define DOSBOX_IPX_H
|
||||
|
||||
|
@ -70,7 +69,7 @@
|
|||
#endif
|
||||
|
||||
// For Uint8 type
|
||||
#include "SDL_net.h"
|
||||
#include <SDL_net.h>
|
||||
|
||||
struct PackedIP {
|
||||
Uint32 host;
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
#if C_IPX
|
||||
|
||||
#include "SDL_net.h"
|
||||
#include <SDL_net.h>
|
||||
|
||||
struct packetBuffer {
|
||||
Bit8u buffer[1024];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue