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/compat.c | |
parent | 4faa3b65abad58a20c5e7e401361d30188460a83 (diff) |
- Proper separation between common and daemon directories.
Diffstat (limited to 'common/compat.c')
-rw-r--r-- | common/compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/compat.c b/common/compat.c index daddbd2..c412605 100644 --- a/common/compat.c +++ b/common/compat.c @@ -1,6 +1,6 @@ -#include "usuals.h" #include "compat.h" +#include <stdlib.h> #ifndef HAVE_REALLOCF |