Bug 6082 - Fix Mac compile for xcb-util/keysyms/keysyms.c
Summary: Fix Mac compile for xcb-util/keysyms/keysyms.c
Status: RESOLVED FIXED
Alias: None
Product: XCB
Classification: Unclassified
Component: Library (show other bugs)
Version: unspecified
Hardware: PowerPC Mac OS X (All)
: high normal
Assignee: Jamey Sharp
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-02 06:45 UTC by Ian Osgood
Modified: 2006-03-03 15:05 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.