diff options
author | Stef Walter <stef@memberwebs.com> | 2004-08-17 23:17:07 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-08-17 23:17:07 +0000 |
commit | 6df85597413840846409f7434941ed0f10ec4a38 (patch) | |
tree | 71968501063d017ae312a2a1fc7bf470bf19a0f5 /common/buffer.c | |
parent | 4faa3b65abad58a20c5e7e401361d30188460a83 (diff) |
- Proper separation between common and daemon directories.
Diffstat (limited to 'common/buffer.c')
-rw-r--r-- | common/buffer.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/buffer.c b/common/buffer.c index cc5480f..096fac8 100644 --- a/common/buffer.c +++ b/common/buffer.c @@ -1,8 +1,9 @@ -#include "usuals.h" +#include "compat.h" #include "buffer.h" #include "stringx.h" +#include <errno.h> #include <syslog.h> /* ----------------------------------------------------------------------- |