--- smsdaemon/Spooler.h 2008/12/07 08:44:22 134 +++ smsdaemon/Spooler.h 2008/12/08 17:14:21 155 @@ -1,3 +1,6 @@ +#ifndef __SPOOLER_H__ +#define __SPOOLER_H__ + #include @@ -14,8 +17,9 @@ void lock(); void unlock(); - int fd; + int lockfd; std::string filename; }; +#endif // __SPOOLER_H__