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:
parent
91cc459641
commit
01e247eeb4
@ -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.
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
#endif
|
||||
|
||||
#include <errno.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/stat.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user