summaryrefslogtreecommitdiffstats
path: root/server/spice_timer_queue.c
diff options
context:
space:
mode:
authorUri Lublin <uril@redhat.com>2013-07-10 00:19:05 +0300
committerUri Lublin <uril@redhat.com>2013-07-16 23:37:29 +0300
commitd45f3bdc6b4624afca1e2d5ecf7badbfb147363c (patch)
treea990d723b056cd5b0ea66bd78d7372c6487ddeb5 /server/spice_timer_queue.c
parent8b4dde347b2ca27da6f38d2de6f3521eae050510 (diff)
downloadspice-d45f3bdc6b4624afca1e2d5ecf7badbfb147363c.tar.gz
spice-d45f3bdc6b4624afca1e2d5ecf7badbfb147363c.tar.xz
spice-d45f3bdc6b4624afca1e2d5ecf7badbfb147363c.zip
syntax-check: make sure config.h is the first included .h file
Diffstat (limited to 'server/spice_timer_queue.c')
-rw-r--r--server/spice_timer_queue.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/spice_timer_queue.c b/server/spice_timer_queue.c
index 690ab831..833ab1d1 100644
--- a/server/spice_timer_queue.c
+++ b/server/spice_timer_queue.c
@@ -15,6 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
+#include <config.h>
#include <pthread.h>
#include "red_common.h"
#include "spice_timer_queue.h"