]> Dogcows Code - chaz/tint2/commitdiff
Add missing include of stdlib.
authorChristian Ruppert <Spooky85@gmail.com>
Sun, 25 Oct 2009 19:24:09 +0000 (19:24 +0000)
committerChristian Ruppert <Spooky85@gmail.com>
Sun, 25 Oct 2009 19:24:09 +0000 (19:24 +0000)
src/tint2conf/main.c

index 356ef9d49610de93fe9e10a3b8a1a036f46717b6..e9767ba2578490599f63289c63a162e43dede09b 100644 (file)
@@ -17,6 +17,7 @@
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 **************************************************************************/
 
+#include <stdlib.h>
 #include <stdio.h>
 #include <locale.h>
 #include <gtk/gtk.h>
This page took 0.022038 seconds and 4 git commands to generate.