summaryrefslogtreecommitdiffstats
path: root/src/include/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/string.h')
-rw-r--r--src/include/string.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/string.h b/src/include/string.h
index a6f3e71b9..0ac54a061 100644
--- a/src/include/string.h
+++ b/src/include/string.h
@@ -68,4 +68,6 @@ char * strstr(const char * s1,const char * s2);
void * memchr(const void *s, int c, size_t n);
char * strdup(const char *s);
+extern const char * strerror ( int errno );
+
#endif /* ETHERBOOT_STRING */