forked from Imagelibrary/rtems
Include missing <sys/param.h>
Some kernel-space header expect that <sys/param.h> is present. Update #2833.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user