diff -r 1add0ee96fb3 -r 2f85d4d286e5 src/messagelog.h --- a/src/messagelog.h Tue Oct 22 22:14:32 2013 +0300 +++ b/src/messagelog.h Thu Dec 05 13:51:52 2013 +0200 @@ -16,8 +16,8 @@ * along with this program. If not, see . */ -#ifndef MESSAGELOG_H -#define MESSAGELOG_H +#ifndef LDFORGE_MESSAGELOG_H +#define LDFORGE_MESSAGELOG_H #include #include @@ -65,4 +65,4 @@ void tick(); }; -#endif // MESSAGELOG_H +#endif // LDFORGE_MESSAGELOG_H