summaryrefslogtreecommitdiffstats
path: root/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'plugin')
-rw-r--r--plugin/Makefile.am2
-rw-r--r--plugin/npshell.c2
-rw-r--r--plugin/npunix.c2
-rw-r--r--plugin/virt-viewer-plugin.c2
4 files changed, 6 insertions, 2 deletions
diff --git a/plugin/Makefile.am b/plugin/Makefile.am
index d8f53c2..ff1536e 100644
--- a/plugin/Makefile.am
+++ b/plugin/Makefile.am
@@ -28,8 +28,6 @@ virt-viewer-plugin.so: virt-viewer-plugin.la
install-data-hook:
rm -f $(plugindir)/virt-viewer-plugin.a $(plugindir)/virt-viewer-plugin.la
-EXTRA_DIST = README
-
CLEANFILES = virt-viewer-plugin.so
endif
diff --git a/plugin/npshell.c b/plugin/npshell.c
index 94b65dc..b2419a4 100644
--- a/plugin/npshell.c
+++ b/plugin/npshell.c
@@ -76,10 +76,12 @@ Portions created by Adobe Systems Incorporated are Copyright (C) 2007. All Right
Contributor(s): Adobe Systems Incorporated.
*/
+#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <strings.h>
#include <npapi.h>
#include <npupp.h>
diff --git a/plugin/npunix.c b/plugin/npunix.c
index 9e47aa6..ddc4bdf 100644
--- a/plugin/npunix.c
+++ b/plugin/npunix.c
@@ -51,6 +51,8 @@
*----------------------------------------------------------------------
*/
+#include <config.h>
+
#define XP_UNIX 1
#include <stdio.h>
diff --git a/plugin/virt-viewer-plugin.c b/plugin/virt-viewer-plugin.c
index d5a5fdc..8d1bce3 100644
--- a/plugin/virt-viewer-plugin.c
+++ b/plugin/virt-viewer-plugin.c
@@ -33,6 +33,8 @@
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
+#include <config.h>
+
#include <stdio.h>
#include <stdlib.h>
#include <vncdisplay.h>