--- smsdaemon/Exceptions.h 2008/12/07 20:11:40 147 +++ smsdaemon/Exceptions.h 2008/12/07 20:18:20 148 @@ -1,3 +1,6 @@ +#ifndef __EXCEPTIONS_H__ +#define __EXCEPTIONS_H__ + #include @@ -6,3 +9,6 @@ public: filenotfoundexception() : runtime_error("") {} }; + + +#endif //__EXCEPTIONS_H__