1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-12-23 10:29:58 +01:00

Include estream.h

This commit is contained in:
Werner Koch 2011-04-29 16:17:54 +02:00
parent ce98524554
commit af497d52c3
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
2011-04-29 Werner Koch <wk@g10code.com> 2011-04-29 Werner Koch <wk@g10code.com>
* gpg-agent.c (main): s/pth_kill/es_pth_kill/. * gpg-agent.c: Include estream.h
(main): s/pth_kill/es_pth_kill/.
2010-11-11 Werner Koch <wk@g10code.com> 2010-11-11 Werner Koch <wk@g10code.com>

View File

@ -49,6 +49,7 @@
#include "setenv.h" #include "setenv.h"
#include "gc-opt-flags.h" #include "gc-opt-flags.h"
#include "exechelp.h" #include "exechelp.h"
#include "../common/estream.h"
enum cmd_and_opt_values enum cmd_and_opt_values
{ aNull = 0, { aNull = 0,