diff options
| author | manuel <manuel@mausz.at> | 2013-02-06 01:46:51 +0100 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2013-02-06 01:46:51 +0100 |
| commit | 56fc66c631719e906ac426db40e37f35e50b8850 (patch) | |
| tree | 100a00e15d2888f970c7bd7ec57ade2a5b591a2e /alloc.c | |
| parent | ae95d84684e3b9781d380c7b17083095c486ac2e (diff) | |
| download | qmail-56fc66c631719e906ac426db40e37f35e50b8850.tar.gz qmail-56fc66c631719e906ac426db40e37f35e50b8850.tar.bz2 qmail-56fc66c631719e906ac426db40e37f35e50b8850.zip | |
fix compile errors
Diffstat (limited to 'alloc.c')
| -rw-r--r-- | alloc.c | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -1,7 +1,6 @@ | |||
| 1 | #include "alloc.h" | 1 | #include "alloc.h" |
| 2 | #include "error.h" | 2 | #include "error.h" |
| 3 | extern char *malloc(); | 3 | #include <stdlib.h> |
| 4 | extern void free(); | ||
| 5 | 4 | ||
| 6 | #define ALIGNMENT 16 /* XXX: assuming that this alignment is enough */ | 5 | #define ALIGNMENT 16 /* XXX: assuming that this alignment is enough */ |
| 7 | #define SPACE 4096 /* must be multiple of ALIGNMENT */ | 6 | #define SPACE 4096 /* must be multiple of ALIGNMENT */ |
