Added prototype to declaration of strerror().
This commit is contained in:
parent
14da580104
commit
7f77e2d4f8
|
@ -29,7 +29,7 @@
|
|||
#include "modsupport.h"
|
||||
#include "errors.h"
|
||||
|
||||
extern char *strerror();
|
||||
extern char *strerror PROTO((int));
|
||||
|
||||
#ifdef AMOEBA
|
||||
#define NO_LSTAT
|
||||
|
|
Loading…
Reference in New Issue