2004-06-23 Marcus Brinkmann <marcus@g10code.de>

* assuan-handler.c: Include <errno.h>.
This commit is contained in:
Marcus Brinkmann 2004-06-23 13:52:17 +00:00
parent 59dfd6debf
commit 533d9dfb94
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-06-23 Marcus Brinkmann <marcus@g10code.de>
* assuan-handler.c: Include <errno.h>.
2004-06-08 Marcus Brinkmann <marcus@g10code.de> 2004-06-08 Marcus Brinkmann <marcus@g10code.de>
* assuan-buffer.c (assuan_write_line): If the line is longer than * assuan-buffer.c (assuan_write_line): If the line is longer than

View File

@ -22,6 +22,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <errno.h>
#include "assuan-defs.h" #include "assuan-defs.h"