summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/rbcodec/test/file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rbcodec/test/file.h b/lib/rbcodec/test/file.h
index b673fa8f93..ddf9a1d7a4 100644
--- a/lib/rbcodec/test/file.h
+++ b/lib/rbcodec/test/file.h
@@ -2,3 +2,5 @@
2#define MAX_PATH 260 2#define MAX_PATH 260
3#include <unistd.h> 3#include <unistd.h>
4#include <fcntl.h> 4#include <fcntl.h>
5
6off_t filesize(int fd);