diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-22 18:39:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-22 18:39:25 +0100 |
| commit | 29166b5a777134922e8ed1bcaec7124b2b16b6d0 (patch) | |
| tree | c95f57ba4987c1178aecbc32071bb95f698c9112 /src/tools/servomatic.cc | |
| parent | d6f7c7288c8d3cd612236b1f4041cc4959554d2f (diff) | |
Add cross header.
Diffstat (limited to 'src/tools/servomatic.cc')
| -rw-r--r-- | src/tools/servomatic.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/servomatic.cc b/src/tools/servomatic.cc index b312af352..74be41e39 100644 --- a/src/tools/servomatic.cc +++ b/src/tools/servomatic.cc @@ -24,9 +24,11 @@ #include <vector> #include <unistd.h> #include <errno.h> +#ifdef DVDOMATIC_POSIX #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> +#endif #include <boost/algorithm/string.hpp> #include <boost/thread.hpp> #include <boost/thread/mutex.hpp> |
