daemon option '--version' added.

This commit is contained in:
Roland Jax
2014-11-09 23:21:55 +01:00
parent 2f9138b43e
commit af4f822f5d
8 changed files with 36 additions and 24 deletions
+3 -3
View File
@@ -17,8 +17,8 @@
* along with ebusd. If not, see http://www.gnu.org/licenses/.
*/
#ifndef LIBCORE_THREAD_H_
#define LIBCORE_THREAD_H_
#ifndef LIBUTILS_THREAD_H_
#define LIBUTILS_THREAD_H_
#include <pthread.h>
@@ -43,4 +43,4 @@ private:
};
#endif // LIBCORE_THREAD_H_
#endif // LIBUTILS_THREAD_H_