nsiproxy: Include stddef.h.

This is needed for size_t, which on FreeBSD is used by sys/sysctl.h.

Signed-off-by: Gerald Pfeifer <gerald@pfeifer.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Gerald Pfeifer 2021-08-19 01:28:54 +02:00 committed by Alexandre Julliard
parent 823532bd3a
commit b13c024d64
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
*/
#include "config.h"
#include <stdarg.h>
#include <stddef.h>
#ifdef HAVE_SYS_SYSCTL_H
#include <sys/sysctl.h>