From bb16399e6ae9f0aa4569bf02abeb30d860a3c831 Mon Sep 17 00:00:00 2001 From: rocky Date: Wed, 5 Jan 2005 22:28:53 +0000 Subject: [PATCH] Conditional code for non-linux --- lib/cdda_interface/low_interface.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/cdda_interface/low_interface.h b/lib/cdda_interface/low_interface.h index 223e75b1..3284e998 100644 --- a/lib/cdda_interface/low_interface.h +++ b/lib/cdda_interface/low_interface.h @@ -1,5 +1,5 @@ /* - $Id: low_interface.h,v 1.2 2005/01/05 04:16:11 rocky Exp $ + $Id: low_interface.h,v 1.3 2005/01/05 22:28:53 rocky Exp $ Copyright (C) 2004, 2005 Rocky Bernstein Copyright (C) 1998 Monty xiphmont@mit.edu @@ -38,8 +38,14 @@ #include #include +#ifdef HAVE_LINUX_MAJOR_H #include +#endif + +#ifdef HAVE_LINUX_VERSION_H #include +#endif + #include #include