- (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/bufbn.c b/bufbn.c
index 0a519ed..b7f7cb1 100644
--- a/bufbn.c
+++ b/bufbn.c
@@ -18,6 +18,8 @@
 
 /* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */
 
+#include "includes.h"
+
 #include <sys/types.h>
 
 #include "buffer.h"