chiark / gitweb /
daemonize, versioncmp: Generally useful functions from tripe.
[mLib] / pool.c
diff --git a/pool.c b/pool.c
index f197acebebce2d18264d6fb4f6eab3b60254898f..c9b05ec1573441971312a0e9533a932889a6524a 100644 (file)
--- a/pool.c
+++ b/pool.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: pool.c,v 1.3 2004/04/08 01:36:13 mdw Exp $
+ * $Id$
  *
  * Resource pool handling
  *
@@ -29,6 +29,8 @@
 
 /*----- Header files ------------------------------------------------------*/
 
+#include <string.h>
+
 #include "align.h"
 #include "alloc.h"
 #include "arena.h"