diff options
Diffstat (limited to 'crypting.c')
-rw-r--r-- | crypting.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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" |