From 50b825894d028eac1015c3e4d3f974d43eb022d0 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 29 Nov 2007 11:46:49 +0000 Subject: [PATCH] Doh. --- platform.h => stdlib.h | 0 string.h | 2 ++ 2 files changed, 2 insertions(+) rename platform.h => stdlib.h (100%) diff --git a/platform.h b/stdlib.h similarity index 100% rename from platform.h rename to stdlib.h diff --git a/string.h b/string.h index c3a9724..6a64597 100644 --- a/string.h +++ b/string.h @@ -1,3 +1,5 @@ +#include + char *strndup_(const char *src, int len) { char *dst = malloc(len + 1); _assert(dst != NULL); -- 2.45.2