Bug 6082

Summary: Fix Mac compile for xcb-util/keysyms/keysyms.c
Product: XCB Reporter: Ian Osgood <iano>
Component: LibraryAssignee: Jamey Sharp <jamey>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: high    
Version: unspecified   
Hardware: PowerPC   
OS: Mac OS X (All)   
Whiteboard:
i915 platform: i915 features:

Description Ian Osgood 2006-03-02 06:45:55 UTC
One line patch follows:

--- keysyms.old 2006-03-01 11:39:06.000000000 -0800
+++ keysyms.c   2006-02-28 20:51:44.000000000 -0800
@@ -1,4 +1,4 @@
-#include <malloc.h>
+#include <stdlib.h>
 
 #include <X11/XCB/xcb.h>
 #define XK_MISCELLANY
Comment 1 Jamey Sharp 2006-03-04 10:05:02 UTC
I've committed your patch.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.