# HG changeset patch # User Mark Doliner # Date 1181546996 0 # Node ID afd96f97c50a39131fc9c7d55aaea44e424ae80d # Parent 54520b62d29a02705a6b07370f1a0c0e0b0719b8 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' diff -r 54520b62d29a -r afd96f97c50a finch/libgnt/gntstyle.c --- 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 #include #include +#include #include #define MAX_WORKSPACES 99