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

This commit is contained in:
Matt Jacob 2007-05-09 23:19:55 +00:00
parent 6ab3b958fc
commit b065259568
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169432

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>