Commit 8a01a064 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Newer dependent linux headers have __user notations, which we need to

provide. Define it to be empty.
parent d24592e5
......@@ -29,6 +29,7 @@
# include <unistd.h>
#endif
#define __user
#ifdef HAVE_LINUX_CAPI_H
# include <linux/capi.h>
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment