Need sys/cdevs.h for the macro FBSDID to work.

This commit is contained in:
mjacob 2007-05-09 23:19:55 +00:00
parent e8ccc2cbbd
commit 5661bab19e

View File

@ -25,6 +25,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/param.h>