Include <camlib.h> for cam_path_string().

Submitted by:	Pawel Worach
This commit is contained in:
ed 2009-06-14 12:46:34 +00:00
parent 6cb47f8ff6
commit 1448716f0e

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>