]> code.citadel.org Git - citadel.git/blobdiff - citadel/support.h
Protect precious strlens, as pointed out by John Goerzen
[citadel.git] / citadel / support.h
index 0b4aa3dce20ac7ae07197e1499985898461fe51f..50901df8a74b343d6cdddad24f10e17f0c49e9e1 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id$ */
+#include <stdio.h>
+
 void strproc (char *string);
 int getstring (FILE *fp, char *string);
 void mesg_locate (char *targ, size_t n, const char *searchfor,