Include an extra header to get a function prototype.

This commit is contained in:
John Birrell 2007-11-19 08:58:11 +00:00
parent 3aabc4d901
commit 1566f9a7f9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=173745

View File

@ -38,6 +38,7 @@
#include <string.h>
#include <unistd.h>
#include <machine/cpu.h>
#include <machine/md_var.h>
#include "debug.h"
#include "rtld.h"