summaryrefslogtreecommitdiff
path: root/bitmap.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2015-01-15 02:30:18 +1100
committerDamien Miller <djm@mindrot.org>2015-01-15 02:30:18 +1100
commit6e2549ac2b5e7f96cbc2d83a6e0784b120444b47 (patch)
treeb093865c269b851dd573fdd04241f1069a85337f /bitmap.c
parent72ef7c148c42db7d5632a29f137f8b87b579f2d9 (diff)
downloadopenssh-git-6e2549ac2b5e7f96cbc2d83a6e0784b120444b47.tar.gz
need includes.h for portable OpenSSH
Diffstat (limited to 'bitmap.c')
-rw-r--r--bitmap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitmap.c b/bitmap.c
index cd9df8c7..302ee790 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>