summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/wrappers.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/wrappers.h')
-rw-r--r--apps/plugins/lib/wrappers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lib/wrappers.h b/apps/plugins/lib/wrappers.h
index b6fbd51a39..0ef38c14a3 100644
--- a/apps/plugins/lib/wrappers.h
+++ b/apps/plugins/lib/wrappers.h
@@ -53,6 +53,7 @@
53#define strlen rb->strlen 53#define strlen rb->strlen
54#define strlcpy rb->strlcpy 54#define strlcpy rb->strlcpy
55#define strrchr rb->strrchr 55#define strrchr rb->strrchr
56#define filesize rb->filesize
56 57
57#endif 58#endif
58 59