summaryrefslogtreecommitdiffstats
path: root/plugin/npshell.c
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2008-03-05 18:24:16 -0500
committerDaniel P. Berrange <berrange@redhat.com>2008-03-05 18:24:16 -0500
commit0154dca5b9ab76f37f666923fc4dc52409d50d28 (patch)
tree1e8899ac9d1ee709958ca17020593fb43f8fbfff /plugin/npshell.c
parent12a72a27d9c70b96ce9ecff089510fa856dcc9b5 (diff)
downloadvirt-viewer-0154dca5b9ab76f37f666923fc4dc52409d50d28.tar.gz
virt-viewer-0154dca5b9ab76f37f666923fc4dc52409d50d28.tar.xz
virt-viewer-0154dca5b9ab76f37f666923fc4dc52409d50d28.zip
Kill automake portability warnings. Use a config.h Cleanup misc build issues. Build with fatal compile warnings
Diffstat (limited to 'plugin/npshell.c')
-rw-r--r--plugin/npshell.c2
1 files changed, 2 insertions, 0 deletions
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>