diff console/libgnt/gntstyle.c @ 14836:bfcdd361357e

[gaim-migrate @ 17605] Do things right and fix the compile warnings. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 28 Oct 2006 19:52:30 +0000
parents 8a0cfee11af8
children 29c6bec37b96
line wrap: on
line diff
--- a/console/libgnt/gntstyle.c	Sat Oct 28 19:37:48 2006 +0000
+++ b/console/libgnt/gntstyle.c	Sat Oct 28 19:52:30 2006 +0000
@@ -1,6 +1,7 @@
 #include "gntstyle.h"
 #include "gntcolors.h"
 
+#include <ctype.h>
 #include <string.h>
 
 #if GLIB_CHECK_VERSION(2,6,0)