From 5ee1e0f5341c2c1334bb089f5b25ee814b26e705 Mon Sep 17 00:00:00 2001
From: Paul Sokolovsky <pfalcon@users.sourceforge.net>
Date: Sat, 3 May 2014 14:42:39 +0300
Subject: [PATCH] windows: alloca.h: Add comment, fix line endings.

---
 windows/alloca.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/windows/alloca.h b/windows/alloca.h
index f8fa6f17a..1cf772266 100644
--- a/windows/alloca.h
+++ b/windows/alloca.h
@@ -1 +1,3 @@
-#include <malloc.h>
+// Compatibility header to workaround lack of native alloca.h in some
+// Windows toolchains.
+#include <malloc.h>
-- 
GitLab