diff options
Diffstat (limited to 'src/nl.c')
-rw-r--r-- | src/nl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 (); |