diff --git a/dlls/ntdll/directory.c b/dlls/ntdll/directory.c index a945e1166b5..b129b876995 100644 --- a/dlls/ntdll/directory.c +++ b/dlls/ntdll/directory.c @@ -53,6 +53,9 @@ # include #endif #ifdef HAVE_SYS_VNODE_H +# ifdef HAVE_STDINT_H +# include /* 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