need errno

This commit is contained in:
Glenn Maynard
2003-07-22 20:19:47 +00:00
parent 6192aba094
commit 5e71b21e3d
+2 -1
View File
@@ -27,7 +27,8 @@
/* What is this file, and why is it needed? Seems to compile on
* Win32 w/o it. -Chris */
//#include <sys/errno.h>
/* Standard header to get access to "errno", or we won't compile on modern compilers. */
#include <errno.h>
const int channels = 2;