Magellan Linux

Annotation of /trunk/cdrdao/patches/cdrdao-1.2.3-stat.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1612 - (hide annotations) (download)
Thu Jan 12 13:41:14 2012 UTC (12 years, 5 months ago) by niro
File size: 384 byte(s)
-added patch to fix missing includes
1 niro 1612 diff -up cdrdao-1.2.3/dao/ScsiIf-linux.cc.stat cdrdao-1.2.3/dao/ScsiIf-linux.cc
2     --- cdrdao-1.2.3/dao/ScsiIf-linux.cc.stat 2010-01-20 20:11:36.000000000 +0100
3     +++ cdrdao-1.2.3/dao/ScsiIf-linux.cc 2010-01-20 20:14:07.000000000 +0100
4     @@ -19,6 +19,9 @@
5    
6     #include <config.h>
7    
8     +#include <sys/types.h>
9     +#include <sys/stat.h>
10     +
11     #include <stdio.h>
12     #include <fcntl.h>
13     #include <unistd.h>