summaryrefslogtreecommitdiff
path: root/src/nl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nl.c')
-rw-r--r--src/nl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nl.c b/src/nl.c
index ca98a2b56..cdfbd8ce1 100644
--- a/src/nl.c
+++ b/src/nl.c
@@ -27,6 +27,7 @@
#include "linebuffer.h"
#include "system.h"
#include "version.h"
+#include "error.h"
#ifndef TRUE
#define TRUE 1
@@ -53,7 +54,6 @@ enum section
char *xmalloc ();
char *xrealloc ();
-void error ();
static enum section check_section ();
static int build_type_arg ();