X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.libretro;h=bd74dec5d1919a59a6294e8696ea4fb0358c5605;hb=022a8aadb40248408cefb1c8a513d23a593d6630;hp=ac91cf882fa83aefbef10d970265c5a14ef10674;hpb=3993490baa28964c5e3e8f879b58147184d9b0f7;p=pcsx_rearmed.git diff --git a/Makefile.libretro b/Makefile.libretro index ac91cf88..bd74dec5 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -252,6 +252,7 @@ else ifeq ($(platform), ctr) CFLAGS += -fomit-frame-pointer -ffast-math -funroll-loops CFLAGS += -Ifrontend/3ds -I$(CTRULIB)/include CFLAGS += -Werror=implicit-function-declaration + CFLAGS += -DHAVE_UNISTD_H OBJS += frontend/3ds/utils.o