diff src/includes.h @ 227:3fee608becbc stable-6-0-21

Fixes to compile on old systems without memrchr or string::clear(). Fix bug in spamassassin interface trying to clear a string with string::empty().
author Carl Byington <carl@five-ten-sg.com>
date Sat, 03 Jan 2009 15:16:47 -0800
parents da9e7f1c8160
children 802e2b779ed1
line wrap: on
line diff
--- a/src/includes.h	Sat Jan 03 10:07:10 2009 -0800
+++ b/src/includes.h	Sat Jan 03 15:16:47 2009 -0800
@@ -22,6 +22,7 @@
 #include <regex.h>
 #include <string.h>
 #include <stdlib.h>
+#include <stdio.h>
 #include <string>
 
 #include "tokenizer.h"