Add missing errno.h include

wilder-5.14
Alex Richardson 11 years ago
parent 4941d5194f
commit 3d548df73a
  1. 1
      drkonqi/detachedprocessmonitor.cpp
  2. 1
      drkonqi/systeminformation.cpp
  3. 3
      ksmserver/screenlocker/greeter/authenticator.cpp

@ -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 <errno.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/wait.h>
#include <unistd.h>
Authenticator::Authenticator(QObject *parent)
: QObject(parent)

Loading…
Cancel
Save