commit | 49bcb9326290991723f08690aa84780dca9abb8e | [log] [tgz] |
---|---|---|
author | Patrik Stridvall <ps@leissner.se> | Fri Feb 25 20:55:33 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Feb 25 20:55:33 2000 +0000 |
tree | efee64c57bfefbf55ded19d8cbed6aac8d8f7ffa | |
parent | 0d5a815592614700c4a4654519797866bec7e166 [diff] [blame] |
Fixed some issues found by winapi_check.
diff --git a/server/context_i386.c b/server/context_i386.c index 4bc2290..f328542 100644 --- a/server/context_i386.c +++ b/server/context_i386.c
@@ -15,7 +15,9 @@ #endif #include <unistd.h> #include <sys/ptrace.h> -#include <sys/param.h> +#ifdef HAVE_SYS_PARAM_H +# include <sys/param.h> +#endif #include <sys/user.h> #include "winbase.h"