commit | 8ba68fbd713894eea896eda9c9c88bd22f824f09 | [log] [tgz] |
---|---|---|
author | Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de> | Fri Jan 01 18:42:17 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Jan 01 18:42:17 1999 +0000 |
tree | f1e3fcbf64d3754f32d25cb4590abc9b2f7aca07 | |
parent | ab9e8bc9f7d0c81ef574379fa81df7ccc0a07b1f [diff] [blame] |
Need <errno.h> for errno decl. on Solaris.
diff --git a/server/file.c b/server/file.c index 3624fcb..2274fb6 100644 --- a/server/file.c +++ b/server/file.c
@@ -8,6 +8,7 @@ #include <fcntl.h> #include <stdio.h> #include <stdlib.h> +#include <errno.h> #include <sys/errno.h> #include <sys/stat.h> #include <sys/time.h>