summaryrefslogtreecommitdiffstats
path: root/common/spice_common.h
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-04-22 16:17:14 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2011-05-03 14:44:11 +0200
commit48db4c2181d4918b0e2727d0bbe864b9e8019d85 (patch)
tree04e465349a780a410273aa4ad371b26ce5506c7e /common/spice_common.h
parentf88dc6eecb56222688275893e2a891d8ec23d1d6 (diff)
downloadspice-48db4c2181d4918b0e2727d0bbe864b9e8019d85.tar.gz
spice-48db4c2181d4918b0e2727d0bbe864b9e8019d85.tar.xz
spice-48db4c2181d4918b0e2727d0bbe864b9e8019d85.zip
common,server: use ASSERT from spice_common.h
spice_common.h provides an ASSERT macro, no need to duplicate it in many places. For now client/debug.h keeps its own copy since debug.h and spice_common.h have clashes on other macros which are trickier to unify.
Diffstat (limited to 'common/spice_common.h')
-rw-r--r--common/spice_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/spice_common.h b/common/spice_common.h
index 75ebda75..430c8aff 100644
--- a/common/spice_common.h
+++ b/common/spice_common.h
@@ -19,6 +19,7 @@
#define H_SPICE_COMMON
#include <stdio.h>
+#include <stdint.h>
#include <time.h>
#include <stdlib.h>