Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37817088
en ru br
ALT Linux repos
S:0.2.3-alt9

Group :: System/Configuration/Boot and Init
RPM: e4rat

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: e4rat-0.2.3-alt-toolchain-compat.patch
Download


diff --git a/e4rat/src/device.cc b/e4rat/src/device.cc
index 4ac6e73..b1eb9cd 100644
--- a/e4rat/src/device.cc
+++ b/e4rat/src/device.cc
@@ -29,6 +29,7 @@
 #include <fcntl.h>
 #include <sys/ioctl.h>
 #include <mntent.h>
+#include <sys/sysmacros.h>
 
 #include <boost/lexical_cast.hpp>
 
diff --git a/e4rat/src/e4rat-collect.cc b/e4rat/src/e4rat-collect.cc
index 8cc2b81..543f10d 100644
--- a/e4rat/src/e4rat-collect.cc
+++ b/e4rat/src/e4rat-collect.cc
@@ -33,6 +33,8 @@
 #include <fstream>
 #include <signal.h>
 
+#include <sys/sysmacros.h>
+
 /* EXT2_SUPER_MAGIC */
 #include <ext2fs/ext2_fs.h>
 
diff --git a/e4rat/src/listener.cc b/e4rat/src/listener.cc
index f7f0fa1..a9ac7c3 100644
--- a/e4rat/src/listener.cc
+++ b/e4rat/src/listener.cc
@@ -32,6 +32,8 @@
 #include <linux/limits.h>
 #include <fcntl.h>
 
+#include <sys/sysmacros.h>
+
 //syscall table
 #include <linux/unistd.h>
 //mount flags
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin