From 22c30464624f0760d85668df9773fe4882ee20a4 Mon Sep 17 00:00:00 2001 From: Jerome Lambourg Date: Mon, 12 Sep 2011 11:06:54 +0200 Subject: [PATCH] Fix compilation issues with ming64 headers --- src/common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common.h b/src/common.h index 5986a6568..649c5d5fb 100644 --- a/src/common.h +++ b/src/common.h @@ -31,7 +31,9 @@ # define snprintf _snprintf +#ifndef _SSIZE_T_DEFINED typedef SSIZE_T ssize_t; +#endif #else # include -- 2.39.5