[monkey-bubble: 743/753] include stdlib for exit()



commit 7af3e0f6fe86c2a7ccb32282b9557aae677e33b2
Author: Sven Herzberg <herzi gnome-de org>
Date:   Wed Jul 14 20:24:11 2010 +0200

    include stdlib for exit()
    
    * src/ui/main.c: maemo needs this

 src/ui/main.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/ui/main.c b/src/ui/main.c
index 928e221..321e237 100644
--- a/src/ui/main.c
+++ b/src/ui/main.c
@@ -24,6 +24,7 @@
 #include <string.h>
 
 #ifdef MAEMO
+#include <stdlib.h>  /* exit() */
 #include <libosso.h>
 
 #include "state.h"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]