summaryrefslogtreecommitdiffstats
path: root/bufec.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-08-31 14:50:48 +0200
committerDamien Miller <djm@mindrot.org>2010-08-31 14:50:48 +0200
commitc79ff0770e0ac1e0d9acc2741190cf7599bb6bd8 (patch)
treef13097c15373de13c45be983468404a6b6b53610 /bufec.c
parent - (djm) [Makefile.in] Add new ECC files (diff)
downloadopenssh-c79ff0770e0ac1e0d9acc2741190cf7599bb6bd8.tar.xz
openssh-c79ff0770e0ac1e0d9acc2741190cf7599bb6bd8.zip
- (djm) [bufec.c kexecdh.c kexecdhc.c kexecdhs.c ssh-ecdsa.c] include
includes.h
Diffstat (limited to 'bufec.c')
-rw-r--r--bufec.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/bufec.c b/bufec.c
index dff9c69c9..c77d1ecb9 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>