Commit a1d457ae authored by Sam Lantinga's avatar Sam Lantinga

Whoops, FreeBSD 6.2 doesn't define __FreeBSD_kernel_version

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404027
parent abf5cb8c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment