From 95cdcc4016a4b23968ccba4d474a945aa52ed813 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 27 Sep 2012 04:30:33 +0200 Subject: include BSD headers since they're not available on MinGW by default and cannot be installed easily --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8524586..b7950ea 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,7 @@ LIBLO_LDFLAGS := $(shell pkg-config liblo --libs) CFLAGS ?= -g -O0 CFLAGS += -Wall \ + -Icompat \ $(SDL_CFLAGS) $(SDL_IMAGE_CFLAGS) $(SDL_GFX_CFLAGS) \ $(LIBVLC_CFLAGS) $(LIBLO_CFLAGS) CXXFLAGS := $(CFLAGS) -- cgit v1.2.3