aboutsummaryrefslogtreecommitdiffstats
path: root/missing/strstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'missing/strstr.c')
-rw-r--r--missing/strstr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/missing/strstr.c b/missing/strstr.c
index 2e9c282fb1..cd2a4a4d5e 100644
--- a/missing/strstr.c
+++ b/missing/strstr.c
@@ -1,5 +1,7 @@
/* public domain rewrite of strstr(3) */
+#include "ruby/missing.h"
+
char *
strstr(const char *haystack, const char *needle)
{