2003-10-06 Marcus Brinkmann <marcus@g10code.de>

* data-compat.c: Include <sys/time.h> before <sys/stat.h> for
	broken systems.
This commit is contained in:
Marcus Brinkmann 2003-10-06 19:48:46 +00:00
parent 91cc459641
commit 01e247eeb4
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2003-10-06 Marcus Brinkmann <marcus@g10code.de>
* data-compat.c: Include <sys/time.h> before <sys/stat.h> for
broken systems.
* engine-gpgsm.c (map_assuan_error): If ERR is -1, return sensible
error.

View File

@ -22,6 +22,7 @@
#endif
#include <errno.h>
#include <sys/time.h>
#include <sys/stat.h>
#include <stdlib.h>