1090f160fd
Builds and runs on amd64 and i386, needs work elsewhere. From martynas@ for 3.6; slightly updated by yours truly.
13 lines
350 B
Plaintext
13 lines
350 B
Plaintext
$OpenBSD: patch-widget_src_gtk2_nsWindow_cpp,v 1.1.1.1 2010/03/29 20:44:14 naddy Exp $
|
|
--- widget/src/gtk2/nsWindow.cpp.orig Tue Mar 16 10:57:22 2010
|
|
+++ widget/src/gtk2/nsWindow.cpp Sat Mar 27 17:06:21 2010
|
|
@@ -38,6 +38,8 @@
|
|
*
|
|
* ***** END LICENSE BLOCK ***** */
|
|
|
|
+#include <stdint.h>
|
|
+
|
|
#ifdef MOZ_PLATFORM_MAEMO
|
|
#define MAEMO_CHANGES
|
|
#endif
|