Add include of refcount.h to get static methods.

This commit is contained in:
Jennifer Averett 2012-03-15 14:13:05 -05:00
parent 06eeb93eac
commit adf6936d67

View File

@ -30,6 +30,7 @@
#include <freebsd/sys/proc.h>
#include <freebsd/sys/resourcevar.h>
#include <freebsd/sys/rwlock.h>
#include <freebsd/sys/refcount.h>
static MALLOC_DEFINE(M_UIDINFO, "uidinfo", "uidinfo structures");