- (djm) Fix ssh2 hang on background processes at logout.
diff --git a/rijndael.h b/rijndael.h
index c13f18c..09c4257 100644
--- a/rijndael.h
+++ b/rijndael.h
@@ -1,6 +1,8 @@
 #ifndef _RIJNDAEL_H_
 #define _RIJNDAEL_H_
 
+#include "config.h"
+
 /* 1. Standard types for AES cryptography source code               */
 
 typedef u_int8_t   u1byte; /* an 8 bit unsigned character type */