From 8e976d5bf9fe65fe62deb99d84557ab36be468ca Mon Sep 17 00:00:00 2001
From: Allanis <allanis@saracraft.net>
Date: Sat, 15 Mar 2014 00:28:44 +0000
Subject: [PATCH] [Fix] Added -DGL_GLEXT_PROTOTYPES to remove some implicit
 declaration warnings that some systems will issue.

---
 bin/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/Makefile b/bin/Makefile
index 9ffc528..6ed548f 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -25,7 +25,7 @@ OBJS		:= $(patsubst %.c, %.o, $(wildcard ../src/*.c))
 
 # CFLAGS
 CLUA := -I../lib/lua
-CSDL := $(shell sdl-config --cflags)
+CSDL := $(shell sdl-config --cflags) -DGL_GLEXT_PROTOTYPES
 CXML := $(shell xml2-config --cflags)
 CTTF := $(shell freetype-config --cflags)
 CPNG := #$(shell libpng-config libpng --cflags)