changeset 18085:afd96f97c50a

Get rid of a little compile error gntstyle.c: In function 'gnt_style_read_workspaces': gntstyle.c:134: error: implicit declaration of function 'calloc' gntstyle.c:134: warning: incompatible implicit declaration of built-in function 'calloc'
author Mark Doliner <mark@kingant.net>
date Mon, 11 Jun 2007 07:29:56 +0000
parents 54520b62d29a
children a92cadf6a978
files finch/libgnt/gntstyle.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/finch/libgnt/gntstyle.c	Sun Jun 10 02:06:18 2007 +0000
+++ b/finch/libgnt/gntstyle.c	Mon Jun 11 07:29:56 2007 +0000
@@ -27,6 +27,7 @@
 #include <glib.h>
 #include <ctype.h>
 #include <glib/gprintf.h>
+#include <stdlib.h>
 #include <string.h>
 
 #define MAX_WORKSPACES 99