From c8effff937442be01d36d56c77054bbdee3f3aff Mon Sep 17 00:00:00 2001 From: Dave Hylands Date: Sun, 12 Jan 2014 22:34:58 -0800 Subject: Added public domain implementations of strchr and strstr. --- py/objstr.c | 1 + 1 file changed, 1 insertion(+) (limited to 'py/objstr.c') diff --git a/py/objstr.c b/py/objstr.c index be1f00e686..48a21c9caf 100644 --- a/py/objstr.c +++ b/py/objstr.c @@ -3,6 +3,7 @@ #include #include #include +#include #include "nlr.h" #include "misc.h" -- cgit v1.2.3