Commit b13c024d authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

nsiproxy: Include stddef.h.

This is needed for size_t, which on FreeBSD is used by sys/sysctl.h. Signed-off-by: 's avatarGerald Pfeifer <gerald@pfeifer.com> Signed-off-by: 's avatarHuw Davies <huw@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 823532bd
......@@ -20,6 +20,7 @@
*/
#include "config.h"
#include <stdarg.h>
#include <stddef.h>
#ifdef HAVE_SYS_SYSCTL_H
#include <sys/sysctl.h>
......
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