diff options
author | Stef Walter <stef@memberwebs.com> | 2005-02-11 01:23:19 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2005-02-11 01:23:19 +0000 |
commit | 07ea8f7fa82a0ba990c857cdb93b298abf208b60 (patch) | |
tree | fbcd87a08c4ffcdccfb0bc138d948e4115718197 | |
parent | 13d00aacc2e8b2326ab3f33ee6332e47ca8aadb1 (diff) |
Fix warnings on FreeBSD
-rw-r--r-- | common/buffer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/buffer.c b/common/buffer.c index a58d7e5..a217298 100644 --- a/common/buffer.c +++ b/common/buffer.c @@ -42,6 +42,7 @@ #include <errno.h> #include <syslog.h> +#include <string.h> /* ----------------------------------------------------------------------- * Memory Buffer |