diff options
author | Thomas Hellstrom <thellstrom-at-vmware-dot-com> | 2009-04-08 12:01:22 +0200 |
---|---|---|
committer | Thomas Hellstrom <thellstrom-at-vmware-dot-com> | 2009-04-08 12:02:13 +0200 |
commit | 73822d3a7699670149613be030bb7ce7f14211f8 (patch) | |
tree | 5e5f9aba69670cb393fc7c7092f22bf161de6777 | |
parent | 308bb6726002056ccd7c89f7942f10ebc7d43ca9 (diff) |
Silence compilation warnings.
-rw-r--r-- | src/wsbm_ttmpool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wsbm_ttmpool.c b/src/wsbm_ttmpool.c index 4b8c6a2..52bdb35 100644 --- a/src/wsbm_ttmpool.c +++ b/src/wsbm_ttmpool.c @@ -37,6 +37,7 @@ #include <stdlib.h> #include <unistd.h> #include <errno.h> +#include <string.h> #include <sys/mman.h> #include "wsbm_pool.h" #include "assert.h" |