13 lines
309 B
Diff
13 lines
309 B
Diff
Index: lib/ext2fs/ext2fs.h
|
|
===================================================================
|
|
--- lib/ext2fs/ext2fs.h.orig
|
|
+++ lib/ext2fs/ext2fs.h
|
|
@@ -74,6 +74,7 @@ extern "C" {
|
|
#include <string.h>
|
|
#include <time.h>
|
|
#include <errno.h>
|
|
+#include <unistd.h>
|
|
|
|
#if EXT2_FLAT_INCLUDES
|
|
#include "e2_types.h"
|