summaryrefslogtreecommitdiffstats
path: root/bufec.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-08-31 22:50:48 +1000
committerDamien Miller <djm@mindrot.org>2010-08-31 22:50:48 +1000
commitc79ff0770e0ac1e0d9acc2741190cf7599bb6bd8 (patch)
treef13097c15373de13c45be983468404a6b6b53610 /bufec.c
parentb5a62d0300b9e469ee2e84df6de1ad36e32ed4d7 (diff)
- (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 dff9c69c..c77d1ecb 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>