Include error.h for error prototype.

2003-07-27  Andreas Jaeger  <aj@suse.de>

	* collate-test.c: Include error.h for error prototype.
	* xfrm-test.c: Likewise.
This commit is contained in:
Andreas Jaeger 2003-07-27 14:22:12 +00:00
parent 3e360d3427
commit 3f04b0c175
3 changed files with 7 additions and 0 deletions

View 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

View File

@ -19,6 +19,7 @@
02111-1307 USA. */
#include <ctype.h>
#include <error.h>
#include <locale.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -19,6 +19,7 @@
02111-1307 USA. */
#include <ctype.h>
#include <error.h>
#include <locale.h>
#include <stdio.h>
#include <stdlib.h>