[openssh-commits] [openssh] 01/01: Add includes.h for compatibility stuff.
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Feb 25 13:22:23 AEDT 2015
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit a47ead7c95cfbeb72721066c4da2312e5b1b9f3d
Author: Darren Tucker <dtucker at zip.com.au>
Date: Wed Feb 25 13:17:40 2015 +1100
Add includes.h for compatibility stuff.
---
cipher-aesctr.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/cipher-aesctr.c b/cipher-aesctr.c
index 5957f4b..eed95c3 100644
--- a/cipher-aesctr.c
+++ b/cipher-aesctr.c
@@ -15,6 +15,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include "includes.h"
+
#include <sys/types.h>
#include <string.h>
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list