From 23dd803f3f2b7be668408fa938e8d665249b4fba Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Thu, 19 Apr 2012 17:08:50 +0200 Subject: [PATCH] Fix another Visual C++ 2008/2010 deficiency (closes #53) --- src/modbus-private.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modbus-private.h b/src/modbus-private.h index 3fd715e..7994459 100644 --- a/src/modbus-private.h +++ b/src/modbus-private.h @@ -1,5 +1,5 @@ /* - * Copyright © 2010-2011 Stéphane Raimbault + * Copyright © 2010-2012 Stéphane Raimbault * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -25,6 +25,7 @@ #else # include "stdint.h" # include +typedef int ssize_t; #endif #include #include -- libgit2 0.21.4