[giv] Work around for failed Linux-32 compilation.
- From: Dov Grobgeld <dov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [giv] Work around for failed Linux-32 compilation.
- Date: Sun, 25 Dec 2011 21:38:03 +0000 (UTC)
commit 84c25b9d323393b4dbd7bf9c6569a5600aed60aa
Author: Dov Grobgeld <dov grobgeld gmail com>
Date: Wed Nov 30 22:09:45 2011 +0200
Work around for failed Linux-32 compilation.
.../dcmtk/config/include/dcmtk/config/cfunix.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/plugins/dcmtk/config/include/dcmtk/config/cfunix.h b/src/plugins/dcmtk/config/include/dcmtk/config/cfunix.h
index b0017fd..7ec9670 100644
--- a/src/plugins/dcmtk/config/include/dcmtk/config/cfunix.h
+++ b/src/plugins/dcmtk/config/include/dcmtk/config/cfunix.h
@@ -338,10 +338,13 @@ typedef unsigned size_t;
#endif
/* Define `ssize_t' to `long' if <sys/types.h> does not define. */
+#include <stdio.h>
+#if 0
#define HAVE_NO_TYPEDEF_SSIZE_T 1
#ifdef HAVE_NO_TYPEDEF_SSIZE_T
typedef long ssize_t;
#endif
+#endif
/* Define `uchar' to `unsigned char' if <sys/types.h> does not define. */
#define HAVE_NO_TYPEDEF_UCHAR 1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]