diff --git a/lib/cdda_interface/low_interface.h b/lib/cdda_interface/low_interface.h index 1dd94bec..4aefc8a0 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.5 2005/01/07 22:15:25 rocky Exp $ + $Id: low_interface.h,v 1.6 2005/02/03 07:28:40 rocky Exp $ Copyright (C) 2004, 2005 Rocky Bernstein Copyright (C) 1998 Monty xiphmont@mit.edu @@ -23,20 +23,18 @@ #ifndef _CDDA_LOW_INTERFACE_ #define _CDDA_LOW_INTERFACE_ -#include +#ifdef HAVE_STDIO_H #include +#endif +#ifdef HAVE_UNISTD_H #include +#endif +#ifdef HAVE_STRING_H #include +#endif +#ifdef HAVE_ERRNO_H #include -#include - -#include -#include -#include -#include -#include -#include -#include +#endif #ifdef HAVE_LINUX_VERSION_H #include