Add missing #include for strlen()

This commit is contained in:
des 2008-07-31 23:33:26 +00:00
parent c7852b169b
commit a0701212a1

View File

@ -26,6 +26,9 @@
*/
#include "includes.h"
#include <string.h>
#include "version.h"
#include "xmalloc.h"