Commit efc10b25 authored by Rocky Bernstein's avatar Rocky Bernstein

One needs to #include errno.h in order to use errno. At least on my

Fedora Core 4 GNU/Linux box.
parent 598f6f08
......@@ -31,6 +31,10 @@
#include "vlc_acl.h"
#ifdef HAVE_ERRNO_H
#include <errno.h>
#endif
#if defined( WIN32 ) || defined( UNDER_CE )
# include <winsock2.h>
# include <ws2tcpip.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