~ubuntu-branches/ubuntu/natty/moon/natty-proposed

« back to all changes in this revision

Viewing changes to perf/perf-suite-tool/perf-suite-tool.cpp

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2011-01-31 16:04:45 UTC
  • Revision ID: package-import@ubuntu.com-20110131160445-dhh1gw64qo6nzw9k
Tags: 2.3-0ubuntu5
* Fix LP: #538796 - cannot open Firefox/Chromium/Chrome when moonlight
  is installed, due to a symbol collision with the icedtea plugin. Thanks
  to Evan Martin and Chris Toshok for figuring this out
  - add debian/patches/avoid_icedtea_symbol_collision.patch
  - update debian/patches/series
* Fix build with xulrunner 2.0
  - add debian/patches/xulrunner_20.patch
  - update debian/patches/series

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
#include <sys/syscall.h>
42
42
#include <sys/wait.h>
43
43
#include <dlfcn.h>
 
44
#include <mozilla-config.h>
44
45
#include <gtkmozembed.h>
45
46
#include <nsXPCOMGlue.h>
46
47