about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/xmpp/avatar.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/xmpp/avatar.h b/src/xmpp/avatar.h
index 142f0178..8f1415b6 100644
--- a/src/xmpp/avatar.h
+++ b/src/xmpp/avatar.h
@@ -33,7 +33,12 @@
  *
  */
 
+#ifndef XMPP_AVATAR_H
+#define XMPP_AVATAR_H
+
 #include <glib.h>
 
 void avatar_pep_subscribe(void);
 bool avatar_get_by_nick(const char* nick);
+
+#endif