mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Fix the build on Linux.
git-svn-id: https://svn.eduke32.com/eduke32@1403 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
d4bca26bd9
commit
721177ce18
1 changed files with 1 additions and 1 deletions
|
@ -23,8 +23,8 @@ Adapted to work with JonoF's port by James Bentler (bentler@cs.umn.edu)
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "dsl.h"
|
||||
#include "compat.h"
|
||||
#include "dsl.h"
|
||||
#include "pragmas.h"
|
||||
|
||||
#define _NEED_SDLMIXER 1
|
||||
|
|
Loading…
Reference in a new issue