blob: 668af89fd524b04bbd5b4d9f5e9ade00f33b5dc9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- autorun-3.10/cdrom.cc.orig 2004-10-09 21:37:19.373567760 -0400
+++ autorun-3.10/cdrom.cc 2004-10-09 21:37:28.061247032 -0400
@@ -20,6 +20,7 @@
**
******************************************************************************/
+#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h> // mkdir
#include <sys/ioctl.h> // ioctls
|