diff --git a/mythtv/libs/libmythtv/recorders/ExternalStreamHandler.cpp b/mythtv/libs/libmythtv/recorders/ExternalStreamHandler.cpp
index edbe2183c4..bbeda34ebf 100644
|
a
|
b
|
|
| 1 | 1 | // -*- Mode: c++ -*- |
| 2 | 2 | |
| 3 | 3 | // POSIX headers |
| | 4 | #include <thread> |
| 4 | 5 | #include <iostream> |
| 5 | 6 | #include <fcntl.h> |
| 6 | 7 | #include <unistd.h> |
diff --git a/mythtv/programs/mythexternrecorder/MythExternRecApp.cpp b/mythtv/programs/mythexternrecorder/MythExternRecApp.cpp
index 198a375aff..5ac4f82347 100644
|
a
|
b
|
|
| 18 | 18 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 19 | 19 | */ |
| 20 | 20 | |
| | 21 | #include <thread> |
| 21 | 22 | #include "commandlineparser.h" |
| 22 | 23 | #include "MythExternRecApp.h" |
| 23 | 24 | |