Include error.h for error prototype.
authorAndreas Jaeger <aj@suse.de>
Sun, 27 Jul 2003 14:22:12 +0000 (14:22 +0000)
committerAndreas Jaeger <aj@suse.de>
Sun, 27 Jul 2003 14:22:12 +0000 (14:22 +0000)
2003-07-27  Andreas Jaeger  <aj@suse.de>

* collate-test.c: Include error.h for error prototype.
* xfrm-test.c: Likewise.

localedata/ChangeLog
localedata/collate-test.c
localedata/xfrm-test.c

index f59607c..be0c096 100644 (file)
@@ -1,3 +1,8 @@
+2003-07-27  Andreas Jaeger  <aj@suse.de>
+
+       * collate-test.c: Include error.h for error prototype.
+       * xfrm-test.c: Likewise.
+
 2003-07-13  Petter Reinholdtsen  <pere@hungry.com>
 
        * collate-test.c (main): Correct handling of files with more then
index 21a06d8..e8f4321 100644 (file)
@@ -19,6 +19,7 @@
    02111-1307 USA.  */
 
 #include <ctype.h>
+#include <error.h>
 #include <locale.h>
 #include <stdio.h>
 #include <stdlib.h>
index 5fe517a..199bb6b 100644 (file)
@@ -19,6 +19,7 @@
    02111-1307 USA.  */
 
 #include <ctype.h>
+#include <error.h>
 #include <locale.h>
 #include <stdio.h>
 #include <stdlib.h>