[openssh-commits] [openssh] 01/01: crypto_api.h needs includes.h
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Jan 24 12:20:56 AEDT 2018
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 89f09ee68730337015bf0c3f138504494a34e9a6
Author: Damien Miller <djm at mindrot.org>
Date: Wed Jan 24 12:20:44 2018 +1100
crypto_api.h needs includes.h
---
crypto_api.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/crypto_api.h b/crypto_api.h
index 7c529760..7f45bbd6 100644
--- a/crypto_api.h
+++ b/crypto_api.h
@@ -8,6 +8,8 @@
#ifndef crypto_api_h
#define crypto_api_h
+#include "includes.h"
+
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list