1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-05 18:05:16 +00:00

Make this file compile on IPv6 kernels.

This commit is contained in:
Qing Li 2008-04-13 23:04:46 +00:00
parent dda409d4ec
commit 728bc95345
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178187

View File

@ -36,6 +36,8 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "opt_inet6.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>