diff --git a/crypto/des/cfb_enc.c b/crypto/des/cfb_enc.c index 2600bdfc9..1ea049046 100644 --- a/crypto/des/cfb_enc.c +++ b/crypto/des/cfb_enc.c @@ -56,6 +56,7 @@ * [including the GNU Public Licence.] */ +#include "e_os.h" #include "des_locl.h" /* The input and output are loaded in multiples of 8 bits.