include xalloc.h
authorJim Meyering <jim@meyering.net>
Fri, 11 Apr 2003 09:16:32 +0000 (09:16 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 11 Apr 2003 09:16:32 +0000 (09:16 +0000)
src/asa.c

index 19f6eea..690881a 100644 (file)
--- a/src/asa.c
+++ b/src/asa.c
@@ -8,7 +8,7 @@ TODO
   */
 
 /* asa.c - interpret ASA carriage control characters
-   Copyright (C) 94, 1996 Thomas Koenig
+   Copyright (C) 94, 1996, 2003 Thomas Koenig
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -30,6 +30,7 @@ TODO
 #include <stdlib.h>
 #include <string.h>
 #include <errno.h>
+#include "xalloc.h"
 
 /* Macros */
 
@@ -54,9 +55,6 @@ static size_t linebuf_size;
 
 /* Function declarations */
 
-char *xmalloc ();
-char *xrealloc ();
-
 static size_t readline (FILE *fp, char **a);
 static void add_line (str *);
 static void flush (void);