Commit 1956b767 authored by Gildas Bazin's avatar Gildas Bazin

* modules/access/cdda/access.c: need to include errno.h
parent 6640e312
......@@ -2,7 +2,7 @@
* cddax.c : CD digital audio input module for vlc using libcdio
*****************************************************************************
* Copyright (C) 2000,2003 VideoLAN
* $Id: access.c,v 1.16 2003/12/14 23:40:36 rocky Exp $
* $Id: access.c,v 1.17 2003/12/16 22:14:22 gbazin Exp $
*
* Authors: Rocky Bernstein <rocky@panix.com>
* Laurent Aimar <fenrir@via.ecp.fr>
......@@ -43,6 +43,10 @@
# include <unistd.h>
#endif
#ifdef HAVE_ERRNO_H
# include <errno.h>
#endif
#include <string.h>
#include "cdda.h"
......
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