Silvan Calarco
4a552926a4
fixed startup script %{_bindir}/firefox for x86_64 [release 17.0.1-2mamba;Wed Sep 25 2013]
15 lines
250 B
Diff
15 lines
250 B
Diff
https://bugzilla.mozilla.org/show_bug.cgi?id=628252
|
|
|
|
diff --git a/gfx/ots/src/os2.cc b/gfx/ots/src/os2.cc
|
|
--- a/gfx/ots/src/os2.cc
|
|
+++ b/gfx/ots/src/os2.cc
|
|
@@ -3,4 +3,6 @@
|
|
// found in the LICENSE file.
|
|
|
|
+#include <stddef.h>
|
|
+
|
|
#include "os2.h"
|
|
|
|
|
|
|