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

File: [local] / ports / geo / navit / patches / patch-navit_graphics_sdl_graphics_sdl_c (download)

Revision 1.1, Wed Sep 16 21:43:00 2009 UTC (14 years, 9 months ago) by yason
Branch: MAIN

fix some build errors

$OpenBSD$
--- navit/graphics/sdl/graphics_sdl.c.orig	Thu Sep 17 04:59:08 2009
+++ navit/graphics/sdl/graphics_sdl.c	Thu Sep 17 04:59:42 2009
@@ -86,7 +86,7 @@
 #include <linux/input.h>
 #endif
 
-#include <alloca.h>
+#include <stdlib.h>
 
 #ifdef PROFILE
 #include <sys/time.h>