[Spice-devel] [PATCH 1/3] Fix vdagent-x11.h header guard name
Fedor Lyakhov
fedor.lyakhov at gmail.com
Sun Jul 28 13:43:33 PDT 2013
---
src/vdagent-x11.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/vdagent-x11.h b/src/vdagent-x11.h
index baa4ce8..a2a2485 100644
--- a/src/vdagent-x11.h
+++ b/src/vdagent-x11.h
@@ -19,8 +19,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef __VDAGENT_H
-#define __VDAGENT_H
+#ifndef __VDAGENT_X11_H
+#define __VDAGENT_X11_H
#include <stdio.h>
#include <spice/vd_agent.h>
--
1.8.1.4
More information about the Spice-devel
mailing list