summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/strcspn.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lua/strcspn.c')
-rw-r--r--apps/plugins/lua/strcspn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lua/strcspn.c b/apps/plugins/lua/strcspn.c
index 7af6f693eb..0a19eaebf2 100644
--- a/apps/plugins/lua/strcspn.c
+++ b/apps/plugins/lua/strcspn.c
@@ -1,5 +1,6 @@
1#include "rocklibc.h" 1#include "rocklibc.h"
2 2
3#undef strcspn
3size_t strcspn(const char *s, const char *reject) 4size_t strcspn(const char *s, const char *reject)
4{ 5{
5 size_t l=0; 6 size_t l=0;