2013-09-26 17:14:40 +02:00

26 lines
522 B
Plaintext

$NetBSD: patch-aa,v 1.3 2011/07/01 13:25:02 obache Exp $
--- Source/plugin.h.orig 2008-01-03 00:20:34.000000000 +0000
+++ Source/plugin.h
@@ -35,6 +35,10 @@
*
* ***** END LICENSE BLOCK ***** */
+#include <stdlib.h>
+#include <string.h>
+#include <assert.h>
+
#ifndef __PLUGIN_H__
#define __PLUGIN_H__
#ifdef BSD
@@ -47,9 +51,7 @@
#define _GNU_SOURCE
#endif
#endif
-#ifdef GECKOSDK_ENABLED
#include "mozilla-config.h"
-#endif
#include "pluginbase.h"
#include "nsScriptablePeer.h"
#include "plugin-setup.h"