--- smsdaemon/kbhit.h 2008/12/07 20:11:40 147 +++ smsdaemon/kbhit.h 2008/12/07 20:18:20 148 @@ -1,3 +1,6 @@ +#ifndef __KBHIT_H__ +#define __KBHIT_H__ + /***************************************************************************** kbhit() and getch() for Linux/UNIX Chris Giese http://my.execpc.com/~geezer @@ -23,3 +26,6 @@ *****************************************************************************/ int getch(void); #endif + +#endif // __KBHIT_H__ +