diff options
author | Pavel Grunt <pgrunt@redhat.com> | 2017-01-13 08:30:32 +0100 |
---|---|---|
committer | Pavel Grunt <pgrunt@redhat.com> | 2017-01-13 09:36:16 +0100 |
commit | c958ea2d47ea6dd3f074748decdbc82b51d920c5 (patch) | |
tree | f21ee9ac74e6c341bf216a94dc0f391ab406cd03 | |
parent | 6fdb23d2d960f297143f3957766fdbbacca7a45c (diff) |
Include header for SPICE_CONTAINEROF
-rw-r--r-- | src/agent.c | 1 | ||||
-rw-r--r-- | src/spice.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/agent.c b/src/agent.c index f45092d..d425181 100644 --- a/src/agent.c +++ b/src/agent.c @@ -31,6 +31,7 @@ #include <stdio.h> #include <sys/types.h> #include <sys/stat.h> +#include <spice/macros.h> #include "x11spice.h" #include "agent.h" diff --git a/src/spice.c b/src/spice.c index ae43e09..47135e8 100644 --- a/src/spice.c +++ b/src/spice.c @@ -31,6 +31,7 @@ #include <string.h> #include <sys/socket.h> #include <netdb.h> +#include <spice/macros.h> #include "local_spice.h" #include "x11spice.h" |