Changeset 915
- Timestamp:
- 09/11/07 18:24:45 (1 year ago)
- Files:
-
- cherokee/trunk/ChangeLog (modified) (1 diff)
- cherokee/trunk/cherokee/common-internal.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/ChangeLog
r914 r915 1 1 2007-09-11 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 3 * cherokee/common-internal.h: As long as this header file defines 4 the PRINT_ERRNO it ought to include <errno.h>. 2 5 3 6 * cherokee/buffer.c, cherokee/buffer.h: Restored to method that cherokee/trunk/cherokee/common-internal.h
r665 r915 52 52 #include <stdlib.h> 53 53 #include <string.h> 54 #include <errno.h> 54 55 55 56 #ifdef HAVE_SYS_VARARGS