summaryrefslogtreecommitdiffstats
path: root/client/red_peer.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-02-04 18:13:02 +0100
committerAlexander Larsson <alexl@redhat.com>2010-02-04 18:49:05 +0100
commit16540e99531b301d55e896c2244ca099895e6062 (patch)
tree377cb386240236ed36e8e2b0423a90f7dc0535c6 /client/red_peer.h
parent1f516978527b223882c02d8c23834a0f30279dec (diff)
downloadspice-16540e99531b301d55e896c2244ca099895e6062.tar.gz
spice-16540e99531b301d55e896c2244ca099895e6062.tar.xz
spice-16540e99531b301d55e896c2244ca099895e6062.zip
Use the new header names
I just ran: find -name "*.[ch]" | xargs sed -i -f ../spice-protocol/includes.sed find -name "*.cpp" | xargs sed -i -f ../spice-protocol/includes.sed
Diffstat (limited to 'client/red_peer.h')
-rw-r--r--client/red_peer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/red_peer.h b/client/red_peer.h
index 8b10a5ec..cb5f868d 100644
--- a/client/red_peer.h
+++ b/client/red_peer.h
@@ -22,7 +22,7 @@
#include <openssl/err.h>
#include "common.h"
-#include "red.h"
+#include <spice/protocol.h>
#include "process_loop.h"
#include "threads.h"
#include "platform_utils.h"