Whoops, FreeBSD 6.2 doesn't define __FreeBSD_kernel_version
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404027
This commit is contained in:
parent
abf5cb8c2f
commit
a1d457ae81
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@
|
|||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
|
||||
#ifndef __FreeBSD_kernel_version
|
||||
#define __FreeBSD_kernel_version __FreeBSD_version
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_USB_H)
|
||||
#include <usb.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue