Include <camlib.h> for cam_path_string().

Submitted by:	Pawel Worach
This commit is contained in:
Ed Schouten 2009-06-14 12:46:34 +00:00
parent 8bdb099ade
commit 912e4916d0

View File

@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$");
#else /* _KERNEL */
#include <stdlib.h>
#include <stdio.h>
#include <camlib.h>
#endif /* _KERNEL */
#include <cam/cam.h>