diff finch/gntcertmgr.c @ 19528:b7fa8fa4de5b

Fix building on older glib versions. Get rid of a couple of compiler warnings.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 29 Aug 2007 06:18:49 +0000
parents e1751162ab1f
children 44b4e8bd759b
line wrap: on
line diff
--- a/finch/gntcertmgr.c	Wed Aug 29 06:12:51 2007 +0000
+++ b/finch/gntcertmgr.c	Wed Aug 29 06:18:49 2007 +0000
@@ -24,6 +24,8 @@
  *
  */
 
+#include "internal.h"
+
 #include "certificate.h"
 #include "debug.h"
 #include "notify.h"