aboutsummaryrefslogtreecommitdiffstats
path: root/crypting.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2008-02-04 23:54:08 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2008-02-04 23:54:08 +0000
commit69ac78cef9505f334cf61d13825371ce0c67ca16 (patch)
treeadfb4652ddceab92e4187575c99adba5e8a03e60 /crypting.c
parent63075d7345355dde6e490ad00a886a1b165dbe17 (diff)
Added bogus G_GNUC_MALLOC to restore GLib 2.4 compatibility (hopefully).
Diffstat (limited to 'crypting.c')
-rw-r--r--crypting.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/crypting.c b/crypting.c
index 2a17a913..34b99034 100644
--- a/crypting.c
+++ b/crypting.c
@@ -28,10 +28,7 @@
included if CRYPTING_MAIN is defined. Or just do "make decode" and
the programs will be built. */
-#include <string.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <glib.h>
+#include <bitlbee.h>
#include "md5.h"
#include "crypting.h"