- (djm) [ssh-dss.c] Include openssl/dsa.h for DSA_SIG
diff --git a/ssh-dss.c b/ssh-dss.c
index 02d1ec2..9643d90 100644
--- a/ssh-dss.c
+++ b/ssh-dss.c
@@ -28,6 +28,7 @@
 #include <sys/types.h>
 
 #include <openssl/bn.h>
+#include <openssl/dsa.h>
 #include <openssl/evp.h>
 
 #include <stdarg.h>