[openssh-commits] [openssh] 01/03: need includes.h for portable OpenSSH

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Jan 15 02:57:05 EST 2015


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit 6e2549ac2b5e7f96cbc2d83a6e0784b120444b47
Author: Damien Miller <djm at mindrot.org>
Date:   Thu Jan 15 02:30:18 2015 +1100

    need includes.h for portable OpenSSH
---
 bitmap.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bitmap.c b/bitmap.c
index cd9df8c..302ee79 100644
--- a/bitmap.c
+++ b/bitmap.c
@@ -14,6 +14,8 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include "includes.h"
+
 #include <sys/types.h>
 #include <string.h>
 #include <stdlib.h>

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list