Commit 51408185 authored by Patrice Mandin's avatar Patrice Mandin

Add missing include directories

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401400
parent e15dc2b3
...@@ -2274,11 +2274,13 @@ case "$target" in ...@@ -2274,11 +2274,13 @@ case "$target" in
else else
AC_DEFINE(SDL_TIMER_MINT) AC_DEFINE(SDL_TIMER_MINT)
SOURCES="$SOURCES $srcdir/src/timer/mint/*.c" SOURCES="$SOURCES $srcdir/src/timer/mint/*.c"
BUILD_CFLAGS="$BUILD_CFLAGS -I$srcdir/src/timer/mint"
fi fi
have_timers=yes have_timers=yes
fi fi
# MiNT does not define "unix" # MiNT does not define "unix"
BUILD_CFLAGS="$BUILD_CFLAGS -Dunix" BUILD_CFLAGS="$BUILD_CFLAGS -Dunix"
BUILD_CFLAGS="$BUILD_CFLAGS -I$srcdir/src/video/ataricommon"
;; ;;
*-riscos) *-riscos)
ARCH=riscos ARCH=riscos
......
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
#include "../SDL_timer_c.h" #include "../SDL_timer_c.h"
#include "SDL_thread.h" #include "SDL_thread.h"
#include "mint/SDL_vbltimer_s.h" #include "SDL_vbltimer_s.h"
/* The first ticks value of the application */ /* The first ticks value of the application */
static Uint32 start; static Uint32 start;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment