changeset 31119:d143f52ae28e

Add missing include guard.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Thu, 06 Jan 2011 05:52:19 +0000
parents 9ccbd0302bb2
children e9b9d6ba2cff
files libpurple/protocols/msn/xfer.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/msn/xfer.h	Thu Jan 06 05:51:03 2011 +0000
+++ b/libpurple/protocols/msn/xfer.h	Thu Jan 06 05:52:19 2011 +0000
@@ -22,6 +22,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
 
+#ifndef MSN_XFER_H
+#define MSN_XFER_H
 
 #include "slpcall.h"
 
@@ -61,3 +63,5 @@
 MsnFileContext *
 msn_file_context_from_wire(const char *buf, gsize len);
 
+#endif /* MSN_XFER_H */
+