2004-06-23 Marcus Brinkmann <marcus@g10code.de>
* assuan-handler.c: Include <errno.h>.
This commit is contained in:
parent
59dfd6debf
commit
533d9dfb94
@ -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
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user