- (dtucker) [bufaux.c bufbn.c bufec.c buffer.c] Pull in includes.h for
   compat stuff, specifically whether or not OpenSSL has ECC.
diff --git a/bufec.c b/bufec.c
index b33ede3..127e56d 100644
--- a/bufec.c
+++ b/bufec.c
@@ -18,6 +18,8 @@
 
 /* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */
 
+#include "includes.h"
+
 #include <sys/types.h>
 
 #include "buffer.h"