13 lines
269 B
Plaintext
Executable File
13 lines
269 B
Plaintext
Executable File
*** pgpsign.c.orig Thu Apr 9 23:16:52 1998
|
|
--- pgpsign.c Thu Apr 9 23:17:02 1998
|
|
***************
|
|
*** 46,51 ****
|
|
--- 46,52 ----
|
|
#include <stdlib.h>
|
|
#include <signal.h>
|
|
#include <string.h>
|
|
+ #include <errno.h>
|
|
#include <pgpsendmail.h>
|
|
#include <version.h>
|
|
|