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/sys-fs/ext3grep/files/ext3grep-0.10.2-include-uni...

16 lines
271 B

http://bugs.gentoo.org/422789
--- a/src/init_consts.cc
+++ b/src/init_consts.cc
@@ -27,6 +27,10 @@
#include "debug.h"
#endif
+#if USE_MMAP
+#include <unistd.h> /* sysconf */
+#endif
+
#include "globals.h"
#include "superblock.h"
#include "forward_declarations.h"