[sound-juicer] sj-main: Include stdlib.h to have declarations of exit() and atoi()



commit 1a3acacce9f5d7dad9ade7e36d26a75721dc8729
Author: Sebastian DrÃge <sebastian droege collabora co uk>
Date:   Tue Jul 3 11:23:16 2012 +0200

    sj-main: Include stdlib.h to have declarations of exit() and atoi()

 src/sj-main.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/sj-main.c b/src/sj-main.c
index c0b1d95..1d302cc 100644
--- a/src/sj-main.c
+++ b/src/sj-main.c
@@ -29,6 +29,7 @@
 
 #include <string.h>
 #include <unistd.h>
+#include <stdlib.h>
 
 #include <glib/gi18n.h>
 #include <gdk/gdkkeysyms.h>



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