summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-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 b673fa8..ddf9a1d 100644
--- a/lib/rbcodec/test/file.h
+++ b/lib/rbcodec/test/file.h
@@ -2,3 +2,5 @@
#define MAX_PATH 260
#include <unistd.h>
#include <fcntl.h>
+
+off_t filesize(int fd);