d0a569e14d
when the dbus daemon is running Fix Help->About->Thanks dialog Unbreak after xulrunner update (patches adapted from archlinux) OK ajacoutot@, landry@
13 lines
391 B
Plaintext
13 lines
391 B
Plaintext
$OpenBSD: patch-projects_mozilla_vlcplugin_h,v 1.1 2010/06/17 07:42:16 dcoppa Exp $
|
|
--- projects/mozilla/vlcplugin.h.orig Sun Mar 7 19:38:03 2010
|
|
+++ projects/mozilla/vlcplugin.h Sat Jun 12 22:45:02 2010
|
|
@@ -30,6 +30,8 @@
|
|
#define __VLCPLUGIN_H__
|
|
|
|
#include <vlc/vlc.h>
|
|
+#include <nspr/prtypes.h>
|
|
+#include <nspr/obsolete/protypes.h>
|
|
#include <npapi.h>
|
|
#include "control/nporuntime.h"
|
|
|