[BACK]Return to patch-navit_graphics_sdl_graphics_sdl_c CVS log [TXT][DIR] Up to [local] / ports / geo / navit / patches

Annotation of ports/geo/navit/patches/patch-navit_graphics_sdl_graphics_sdl_c, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- navit/graphics/sdl/graphics_sdl.c.orig     Thu Sep 17 04:59:08 2009
        !             3: +++ navit/graphics/sdl/graphics_sdl.c  Thu Sep 17 04:59:42 2009
        !             4: @@ -86,7 +86,7 @@
        !             5:  #include <linux/input.h>
        !             6:  #endif
        !             7:
        !             8: -#include <alloca.h>
        !             9: +#include <stdlib.h>
        !            10:
        !            11:  #ifdef PROFILE
        !            12:  #include <sys/time.h>

CVSweb