mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-09 02:04:06 +02:00
* src/*.c: Include "error.h" instead of simply declaring
`void error ();'.
This commit is contained in:
+1
-1
@@ -51,6 +51,7 @@
|
||||
#include "system.h"
|
||||
#include "version.h"
|
||||
#include "long-options.h"
|
||||
#include "error.h"
|
||||
|
||||
#ifndef STDC_HEADERS
|
||||
double strtod ();
|
||||
@@ -63,7 +64,6 @@ unsigned long strtoul ();
|
||||
#define octtobin(c) ((c) - '0')
|
||||
|
||||
char *xmalloc ();
|
||||
void error ();
|
||||
|
||||
static double xstrtod ();
|
||||
static int print_esc ();
|
||||
|
||||
Reference in New Issue
Block a user