From 05e75260d6952308d7c865ff67c0e3678b7ba935 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Thu, 26 Jan 2006 22:04:19 +0000 Subject: Get rid of missing prototype warnings --- libc/string/__xpg_basename.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/string/__xpg_basename.c') diff --git a/libc/string/__xpg_basename.c b/libc/string/__xpg_basename.c index 6281f015c..2449d1d42 100644 --- a/libc/string/__xpg_basename.c +++ b/libc/string/__xpg_basename.c @@ -6,6 +6,7 @@ */ #include "_string.h" +#include char *__xpg_basename(register char *path) { -- cgit v1.2.3