commit | 132774804ebc3b52bbdadf326297718e17e16092 | [log] [tgz] |
---|---|---|
author | Howard Abrams <howard@cs.nps.navy.mil> | Sat Jul 10 13:16:29 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Jul 10 13:16:29 1999 +0000 |
tree | f6d3f7540b6ba6f19fe5ad94f9c7737fbcd22b49 | |
parent | f03c93669b8179c819a4a1350a4095d78fc8db9f [diff] [blame] |
Added checks for sys/errno.h, sys/signal.h and sys/mman.h.
diff --git a/misc/registry.c b/misc/registry.c index f2f1d7d..b58d157 100644 --- a/misc/registry.c +++ b/misc/registry.c
@@ -24,7 +24,9 @@ #include <unistd.h> #include <ctype.h> #include <errno.h> +#ifdef HAVE_SYS_ERRNO_H #include <sys/errno.h> +#endif #include <sys/types.h> #include <sys/fcntl.h> #include <sys/stat.h>