diff --git a/lib/cdio++/devices.cpp b/lib/cdio++/devices.cpp index fad0f99e..bb1edac7 100644 --- a/lib/cdio++/devices.cpp +++ b/lib/cdio++/devices.cpp @@ -1,5 +1,5 @@ /* -*- C++ -*- - $Id: devices.cpp,v 1.1 2006/03/07 20:01:26 rocky Exp $ + $Id: devices.cpp,v 1.2 2007/03/10 23:57:58 rocky Exp $ Copyright (C) 2006 Rocky Bernstein @@ -17,6 +17,10 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include "config.h" +#ifdef HAVE_SYS_TYPES_H +#include +#endif #include #include diff --git a/lib/cdio++/iso9660.cpp b/lib/cdio++/iso9660.cpp index ac19f6ce..f52f3bdc 100644 --- a/lib/cdio++/iso9660.cpp +++ b/lib/cdio++/iso9660.cpp @@ -1,5 +1,5 @@ /* -*- C++ -*- - $Id: iso9660.cpp,v 1.3 2006/03/07 20:54:22 rocky Exp $ + $Id: iso9660.cpp,v 1.4 2007/03/10 23:57:58 rocky Exp $ Copyright (C) 2006 Rocky Bernstein @@ -17,6 +17,11 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include "config.h" +#ifdef HAVE_SYS_TYPES_H +#include +#endif + #include /*!