commit | 96336324cfe6a685aec983b15febec69ac42e9dd | [log] [tgz] |
---|---|---|
author | Patrik Stridvall <ps@leissner.se> | Sun Oct 24 22:13:47 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Oct 24 22:13:47 1999 +0000 |
tree | 38af5cecb7317f70d6284b65dc6773c9ca2be42d | |
parent | 31b9dab10b29c7d04991f744d0a2206a6ddf8ac2 [diff] [blame] |
- Added missing configuration #if:s and #includes:s. - Minor configuration related changes.
diff --git a/server/file.c b/server/file.c index b7e86e7..17dd6ee 100644 --- a/server/file.c +++ b/server/file.c
@@ -4,6 +4,8 @@ * Copyright (C) 1998 Alexandre Julliard */ +#include "config.h" + #include <assert.h> #include <fcntl.h> #include <stdio.h>