summaryrefslogtreecommitdiffstats
path: root/client/common.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-09-29 13:26:21 +0200
committerAlexander Larsson <alexl@redhat.com>2010-09-29 13:26:21 +0200
commit93dc13c91a2634c59d2ff233fa8ba79a534205b0 (patch)
tree6ddacbbc3e3405299862e15728a562666c6b0153 /client/common.h
parent44631aa023c58990f13ca50050567033cfa9da3f (diff)
downloadspice-93dc13c91a2634c59d2ff233fa8ba79a534205b0.tar.gz
spice-93dc13c91a2634c59d2ff233fa8ba79a534205b0.tar.xz
spice-93dc13c91a2634c59d2ff233fa8ba79a534205b0.zip
client: Include config.h from common.h
config.h should be availible everywhere, so move its inclusion to the top of common.h.
Diffstat (limited to 'client/common.h')
-rw-r--r--client/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/common.h b/client/common.h
index c0ce4424..e1c149c6 100644
--- a/client/common.h
+++ b/client/common.h
@@ -18,6 +18,10 @@
#ifndef _H_COMMON
#define _H_COMMON
+#ifndef WIN32
+#include "config.h"
+#endif
+
#ifndef _WIN32_WCE
#include <errno.h>
#endif