Skip to content
Snippets Groups Projects
Commit 018c4076 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Inkludera stdio.h.

parent 6cf86f8e
No related branches found
No related tags found
No related merge requests found
...@@ -2,12 +2,14 @@ ...@@ -2,12 +2,14 @@
** strerror.c ** strerror.c
*/ */
static char *rcsid = "$Id: strerror.c,v 0.3 1991/08/30 10:16:37 ceder Exp $"; static char *rcsid = "$Id: strerror.c,v 0.4 1991/09/04 15:38:16 ceder Exp $";
#include <m-config.h> #include <m-config.h>
#ifndef HAVE_STRERROR #ifndef HAVE_STRERROR
#include <stdio.h>
extern int sys_nerr; extern int sys_nerr;
extern char *sys_errlist[]; extern char *sys_errlist[];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment