don't forget include utmp.h

This commit is contained in:
Koichiro IWAO 2017-09-22 15:01:29 +09:00
parent 477852a1eb
commit db86911365
No known key found for this signature in database
GPG Key ID: 9F72CDBC01BF10EB

View File

@ -41,6 +41,7 @@
#include "libscp_types.h" #include "libscp_types.h"
#include "xauth.h" #include "xauth.h"
#include "xrdp_sockets.h" #include "xrdp_sockets.h"
#include "utmp.h"
#ifndef PR_SET_NO_NEW_PRIVS #ifndef PR_SET_NO_NEW_PRIVS
#define PR_SET_NO_NEW_PRIVS 38 #define PR_SET_NO_NEW_PRIVS 38