You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
384 B
13 lines
384 B
diff -up cdrdao-1.2.3/dao/ScsiIf-linux.cc.stat cdrdao-1.2.3/dao/ScsiIf-linux.cc |
|
--- cdrdao-1.2.3/dao/ScsiIf-linux.cc.stat 2010-01-20 20:11:36.000000000 +0100 |
|
+++ cdrdao-1.2.3/dao/ScsiIf-linux.cc 2010-01-20 20:14:07.000000000 +0100 |
|
@@ -19,6 +19,9 @@ |
|
|
|
#include <config.h> |
|
|
|
+#include <sys/types.h> |
|
+#include <sys/stat.h> |
|
+ |
|
#include <stdio.h> |
|
#include <fcntl.h> |
|
#include <unistd.h>
|
|
|