13 lines
278 B
Diff
13 lines
278 B
Diff
|
--- dao/ScsiIf-linux.cc.orig 2016-04-30 11:38:51.281429655 +0200
|
||
|
+++ dao/ScsiIf-linux.cc 2016-04-30 11:39:19.146429156 +0200
|
||
|
@@ -19,6 +19,9 @@
|
||
|
|
||
|
#include <config.h>
|
||
|
|
||
|
+#include <sys/types.h>
|
||
|
+#include <sys/stat.h>
|
||
|
+
|
||
|
#include <stdio.h>
|
||
|
#include <fcntl.h>
|
||
|
#include <unistd.h>
|