| commit | 383da68cf92c1ca596db8ce99274442bb0d1885f | [log] [tgz] |
|---|---|---|
| author | Alexandre Julliard <julliard@winehq.org> | Thu Feb 10 22:15:21 2000 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Thu Feb 10 22:15:21 2000 +0000 |
| tree | fc66986c9be223862b58c5cf09c55c82a854e4b7 | |
| parent | fc296da4e205b24d6672e3bf0ad358404d8aa9ee [diff] [blame] |
Optimized debugging API to reduce code size.
diff --git a/files/file.c b/files/file.c index e805994..2999730 100644 --- a/files/file.c +++ b/files/file.c
@@ -16,6 +16,7 @@ #include <errno.h> #include <fcntl.h> #include <stdlib.h> +#include <stdio.h> #include <string.h> #ifdef HAVE_SYS_ERRNO_H #include <sys/errno.h> @@ -50,7 +51,7 @@ #include "server.h" -DEFAULT_DEBUG_CHANNEL(file) +DEFAULT_DEBUG_CHANNEL(file); #if defined(MAP_ANONYMOUS) && !defined(MAP_ANON) #define MAP_ANON MAP_ANONYMOUS