- (djm) [bufec.c kexecdh.c kexecdhc.c kexecdhs.c ssh-ecdsa.c] include
   includes.h
diff --git a/ChangeLog b/ChangeLog
index 3488c82..a71eab3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -49,6 +49,8 @@
      
      feedback and ok markus@
  - (djm) [Makefile.in] Add new ECC files
+ - (djm) [bufec.c kexecdh.c kexecdhc.c kexecdhs.c ssh-ecdsa.c] include
+   includes.h
 
 20100827
  - (dtucker) [contrib/redhat/sshd.init] Bug #1810: initlog is deprecated,
diff --git a/bufec.c b/bufec.c
index dff9c69..c77d1ec 100644
--- a/bufec.c
+++ b/bufec.c
@@ -14,6 +14,9 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
+
+#include "includes.h"
+
 #include <sys/types.h>
 
 #include <openssl/bn.h>
diff --git a/kexecdh.c b/kexecdh.c
index a5a14f4..bd57181 100644
--- a/kexecdh.c
+++ b/kexecdh.c
@@ -24,6 +24,8 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include "includes.h"
+
 #include <sys/types.h>
 
 #include <signal.h>
diff --git a/kexecdhc.c b/kexecdhc.c
index f6d9977..7ac7b1e 100644
--- a/kexecdhc.c
+++ b/kexecdhc.c
@@ -24,6 +24,8 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include "includes.h"
+
 #include <sys/types.h>
 
 #include <stdio.h>
diff --git a/kexecdhs.c b/kexecdhs.c
index d733338..e49a0ef 100644
--- a/kexecdhs.c
+++ b/kexecdhs.c
@@ -24,6 +24,8 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include "includes.h"
+
 #include <sys/types.h>
 #include <string.h>
 #include <signal.h>
diff --git a/ssh-ecdsa.c b/ssh-ecdsa.c
index a1c1bdb..3069ca5 100644
--- a/ssh-ecdsa.c
+++ b/ssh-ecdsa.c
@@ -24,6 +24,8 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include "includes.h"
+
 #include <sys/types.h>
 
 #include <openssl/bn.h>