summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFedor Lyakhov <fedor.lyakhov@gmail.com>2013-07-29 00:43:33 +0400
committerHans de Goede <hdegoede@redhat.com>2013-07-29 08:11:53 +0200
commitec872de2a1866106c595e1725ce60fe91229872a (patch)
tree25ac2e078da41f6b686b6a8eb44534353f1b882a
parent71b8e75c6f1bc6c482d28cf29b82643d6b38cf34 (diff)
downloadvd_agent-ec872de2a1866106c595e1725ce60fe91229872a.tar.gz
vd_agent-ec872de2a1866106c595e1725ce60fe91229872a.tar.xz
vd_agent-ec872de2a1866106c595e1725ce60fe91229872a.zip
Fix vdagent-x11.h header guard name
-rw-r--r--src/vdagent-x11.h4
1 files 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>