summaryrefslogtreecommitdiffstats
path: root/strerror.c
diff options
context:
space:
mode:
authorGreg McGary <greg@mcgary.org>1997-04-18 06:38:38 +0000
committerGreg McGary <greg@mcgary.org>1997-04-18 06:38:38 +0000
commit8c13e09279f361e18173f9e237c454af0ab33299 (patch)
treef66f1ed48a98145460da6a01926017825cebbdf2 /strerror.c
parent509a418a05787df17f1e942593541798facb5acf (diff)
downloadidutils-8c13e09279f361e18173f9e237c454af0ab33299.tar.gz
idutils-8c13e09279f361e18173f9e237c454af0ab33299.tar.bz2
idutils-8c13e09279f361e18173f9e237c454af0ab33299.zip
imported from mkid-3.0.9r3_0_8_2
Diffstat (limited to 'strerror.c')
-rw-r--r--strerror.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/strerror.c b/strerror.c
index a0185a6..dcdd010 100644
--- a/strerror.c
+++ b/strerror.c
@@ -15,7 +15,12 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
-char *strerror(int errnum)
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+char *
+strerror __P((int errnum))
{
extern char *sys_errlist[];
extern int sys_nerr;