summaryrefslogtreecommitdiff
path: root/rgo/src/strdup.c
diff options
context:
space:
mode:
Diffstat (limited to 'rgo/src/strdup.c')
-rw-r--r--rgo/src/strdup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rgo/src/strdup.c b/rgo/src/strdup.c
index 5b8cc97..7937658 100644
--- a/rgo/src/strdup.c
+++ b/rgo/src/strdup.c
@@ -4,8 +4,8 @@
If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/
-#include <rgo.h>
+#include <rgo-priv.h>
#include <stdlib.h>
-char * rgo_strdup(char const * const __restrict__ _str) {return rgo_memdup(_str,rgo_strlen(_str) + (size_t)0x1);}
+char * rgo_strdup(char const * const __restrict__ _str) {return rgo_memdup(_str,rgo_strlen(_str) + (sus_typ_usz)0x1);}