]> git.sesse.net Git - vlc/blobdiff - modules/access/cdda/cdda.h
Backport 13132
[vlc] / modules / access / cdda / cdda.h
index be0ae99219d8e2bc7cc7c6bdfe5b91c3108de4a0..64258b6fccfd6568fc01b38270f9fb96607f268a 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cdda.h : CD-DA input module header for vlc using libcdio.
  *****************************************************************************
- * Copyright (C) 2003 VideoLAN (Centrale Réseaux) and its contributors
+ * Copyright (C) 2003 the VideoLAN team
  * $Id$
  *
  * Author: Rocky Bernstein <rocky@panix.com>
@@ -66,6 +66,7 @@
 
 #if LIBCDIO_VERSION_NUM >= 72
 #include <cdio/cdda.h>
+#include <cdio/paranoia.h>
 #else
 #define CdIo_t CdIo
 #endif