Include an extra header to get this to compile cleanly.

This commit is contained in:
John Birrell 2007-11-28 22:11:39 +00:00
parent cc6a651e49
commit 47b288c152
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=174046
2 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,7 @@
#include <sys/types.h>
#include <sys/param.h>
#include <sys/stdint.h>
#include <sys/debug.h>
#include <sys/avl.h>

View File

@ -92,6 +92,7 @@
#include <sys/types.h>
#include <sys/param.h>
#include <sys/stdint.h>
#include <sys/debug.h>
#include <sys/avl.h>