diff options
Diffstat (limited to 'www/libxul')
-rw-r--r-- | www/libxul/files/patch-gfx-ots-src-os2.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/libxul/files/patch-gfx-ots-src-os2.cc b/www/libxul/files/patch-gfx-ots-src-os2.cc new file mode 100644 index 000000000000..231508b06a6d --- /dev/null +++ b/www/libxul/files/patch-gfx-ots-src-os2.cc @@ -0,0 +1,11 @@ +--- gfx/ots/src/os2.cc.orig 2012-02-01 23:05:19.933087647 +0200 ++++ gfx/ots/src/os2.cc 2012-02-01 23:09:48.507582408 +0200 +@@ -2,6 +2,8 @@ + // Use of this source code is governed by a BSD-style license that can be + // found in the LICENSE file. + ++#include <stddef.h> ++ + #include "os2.h" + + #include "head.h" |