Include missing <sys/param.h>

Some kernel-space header expect that <sys/param.h> is present.

Update #2833.
This commit is contained in:
Sebastian Huber
2017-06-06 11:11:49 +02:00
parent 1e0cc86d1b
commit 643b82026c
2 changed files with 2 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ static char *rcsid = "$FreeBSD: src/lib/libc/xdr/xdr_mem.c,v 1.8 1999/08/28 00:0
#include "config.h"
#endif
#include <sys/param.h>
#include <string.h>
#include <rpc/types.h>
#include <rpc/xdr.h>