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.
gentoo-overlay/app-cdr/cdrdao/files/cdrdao-1.2.3-glibc212.patch

13 lines
260 B

http://bugs.gentoo.org/332237
--- cdrdao-1.2.3/dao/ScsiIf-linux.cc
+++ cdrdao-1.2.3/dao/ScsiIf-linux.cc
@@ -30,6 +30,7 @@
#include <asm/param.h>
#include <scsi/scsi.h>
#include <scsi/sg.h>
+#include <sys/stat.h>
#include "ScsiIf.h"
#include "sg_err.h"