libXmu: Branch 'master'

Alan Hourihane alanh at kemper.freedesktop.org
Tue Apr 29 05:13:14 PDT 2008


 src/GetHost.c |    1 +
 src/RdBitF.c  |    3 +++
 2 files changed, 4 insertions(+)

New commits:
commit 85f77401635dfa57d40de89aa2c9f39a344a8d3b
Author: Colin Harrison <colin.harrison-at-virgin.net>
Date:   Tue Apr 29 13:13:06 2008 +0100

    Fix build problems on WIN32 platforms

diff --git a/src/GetHost.c b/src/GetHost.c
old mode 100644
new mode 100755
index ca7bed5..19793fd
--- a/src/GetHost.c
+++ b/src/GetHost.c
@@ -41,6 +41,7 @@ in this Software without prior written authorization from The Open Group.
 #include <unistd.h>
 
 #ifdef WIN32
+#include <X11/Xlibint.h>
 #include <X11/Xwinsock.h>
 #endif
 
diff --git a/src/RdBitF.c b/src/RdBitF.c
old mode 100644
new mode 100755
index eb5fe59..073e3df
--- a/src/RdBitF.c
+++ b/src/RdBitF.c
@@ -57,6 +57,9 @@ in this Software without prior written authorization from The Open Group.
 #include <stdio.h>
 #include <ctype.h>
 #include <X11/Xmu/Drawing.h>
+#ifdef WIN32
+#include <X11/Xwindows.h>
+#endif
 
 #define MAX_SIZE 255
 


More information about the xorg-commit mailing list