Skip to content

Commit

Permalink
Add a couple missing header include.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kristjansson committed Jun 9, 2012
1 parent d7a9fca commit f729934
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mythtv/programs/mythbackend/main.cpp
@@ -1,3 +1,5 @@
#include <signal.h> // for signal

#ifndef _WIN32
#include <QCoreApplication>
#else
Expand Down
2 changes: 2 additions & 0 deletions mythtv/programs/mythfrontend/services/frontend.cpp
@@ -1,6 +1,8 @@
#include <QCoreApplication>
#include <QKeyEvent>

#include <unistd.h> // for usleep

#include "mythcorecontext.h"
#include "keybindings.h"
#include "mythlogging.h"
Expand Down

0 comments on commit f729934

Please sign in to comment.