diff --git a/lib/roken/hstrerror.c b/lib/roken/hstrerror.c index 3611f1f73..d766441c3 100644 --- a/lib/roken/hstrerror.c +++ b/lib/roken/hstrerror.c @@ -9,6 +9,7 @@ #include #include +#ifndef HAVE_H_ERRLIST static const char *const h_errlist[] = { @@ -22,8 +23,8 @@ char *const h_errlist[] = { static const int h_nerr = { sizeof h_errlist / sizeof h_errlist[0] }; +#endif -const char * hstrerror(int herr) {