From 1a97148b20f7553eb5327f09b2785887ea660f60 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 30 Mar 1997 16:54:39 +0000 Subject: [PATCH] err.h git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1527 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/kx/kx.h | 3 +-- appl/otp/otp_locl.h | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appl/kx/kx.h b/appl/kx/kx.h index 4be21059b..1d129eea4 100644 --- a/appl/kx/kx.h +++ b/appl/kx/kx.h @@ -106,10 +106,9 @@ #include +#include #include -extern char *prog; - int copy_encrypted (int fd1, int fd2, des_cblock *iv, des_key_schedule schedule); diff --git a/appl/otp/otp_locl.h b/appl/otp/otp_locl.h index 1dd0af0da..f8329b74d 100644 --- a/appl/otp/otp_locl.h +++ b/appl/otp/otp_locl.h @@ -56,5 +56,6 @@ #include #endif #include +#include #include #include