summaryrefslogtreecommitdiffstats
path: root/src/view
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2012-01-31 15:47:17 +0000
committerDaniel P. Berrange <berrange@redhat.com>2012-02-06 12:42:22 +0000
commit5a19f8aae3e04e414aee5f5d5952b7cc703110d9 (patch)
tree9b5a3cbb9dbb2286cedb36c37d1ddc4ae88d6219 /src/view
parent0949dedef7ebd7db05bca4028f9efb770ef34c15 (diff)
downloadvirt-viewer-5a19f8aae3e04e414aee5f5d5952b7cc703110d9.tar.gz
virt-viewer-5a19f8aae3e04e414aee5f5d5952b7cc703110d9.tar.xz
virt-viewer-5a19f8aae3e04e414aee5f5d5952b7cc703110d9.zip
Add config.h to every source file
Diffstat (limited to 'src/view')
-rw-r--r--src/view/autoDrawer.c1
-rw-r--r--src/view/drawer.c1
-rw-r--r--src/view/ovBox.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/view/autoDrawer.c b/src/view/autoDrawer.c
index cf9d2c4..b0c5028 100644
--- a/src/view/autoDrawer.c
+++ b/src/view/autoDrawer.c
@@ -29,6 +29,7 @@
* moused-over and auto-closes when the mouse leaves.
*/
+#include <config.h>
#include "autoDrawer.h"
diff --git a/src/view/drawer.c b/src/view/drawer.c
index c74b902..40b71dd 100644
--- a/src/view/drawer.c
+++ b/src/view/drawer.c
@@ -28,6 +28,7 @@
* sliding smoothly, at constant speed, over another one.
*/
+#include <config.h>
#include "drawer.h"
diff --git a/src/view/ovBox.c b/src/view/ovBox.c
index e815f1b..10cf142 100644
--- a/src/view/ovBox.c
+++ b/src/view/ovBox.c
@@ -72,6 +72,7 @@
* --hpreg
*/
+#include <config.h>
#include "ovBox.h"