Commit 21d757c0 authored by Damien Fouilleul's avatar Damien Fouilleul

cdda.c: don't forget to include <errno.h> when using errno

parent 046ce90b
......@@ -39,6 +39,10 @@
#include <cddb/cddb.h>
#endif
#ifdef HAVE_ERRNO_H
#include <errno.h>
#endif
/*****************************************************************************
* Module descriptior
*****************************************************************************/
......
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