@ -16,6 +16,7 @@
*/
#include "detachedprocessmonitor.h"
#include <errno.h>
#include <signal.h>
#include <QtCore/QTimerEvent>
@ -23,6 +23,7 @@
#include "systeminformation.h"
#ifdef HAVE_UNAME
# include <errno.h>
# include <sys/utsname.h>
#endif
@ -30,10 +30,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <QTimer>
// system
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/wait.h>
Authenticator::Authenticator(QObject *parent)
: QObject(parent)