summaryrefslogtreecommitdiff
path: root/src/comm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/comm.c')
-rw-r--r--src/comm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comm.c b/src/comm.c
index 3ed34cdf2..93e38f4a4 100644
--- a/src/comm.c
+++ b/src/comm.c
@@ -25,6 +25,7 @@
#include "system.h"
#include "linebuffer.h"
#include "version.h"
+#include "error.h"
#define min(x, y) ((x) < (y) ? (x) : (y))
@@ -53,7 +54,6 @@ static struct option const long_options[] =
{0, 0, 0, 0}
};
-void error ();
static int compare_files ();
static void writeline ();
static void usage ();