freebsd-ports/comms/telldus-core/files/patch-common-Thread.h
John Marino 941fc51733 Add new port comms/telldus-core
PR:		189221
Submitted by:	johan (stromnet.se)

Allows access to Telldus Tellstick USB dongles for communicating with
433MHz devices in your home.

Provides "telldusd", the daemon which keeps track of your tellstick
devices. Through a UNIX socket, the sensors and devices can be used/
controlled from the command line tool "tdtool", or via the libtelldus-core
C client library.
2014-08-15 14:43:47 +00:00

12 lines
222 B
C++

--- common/Thread.h
+++ common/Thread.h
@@ -13,6 +13,9 @@
#define TELLDUS_CORE_COMMON_THREAD_H_
#include <string>
+#ifdef __FreeBSD__
+#include <pthread.h>
+#endif
#include "common/Mutex.h"
namespace TelldusCore {