Commit 29fdc487 authored by Michael Gilbert's avatar Michael Gilbert Committed by Alexandre Julliard

ntdll: Add missing stdint.h include for kfreebsd architectures.

parent 440482d2
......@@ -53,6 +53,9 @@
# include <sys/sysmacros.h>
#endif
#ifdef HAVE_SYS_VNODE_H
# ifdef HAVE_STDINT_H
# include <stdint.h> /* needed for kfreebsd */
# endif
/* Work around a conflict with Solaris' system list defined in sys/list.h. */
#define list SYSLIST
#define list_next SYSLIST_NEXT
......
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