chiark / gitweb /
Add set_consume which always takes ownership
[elogind.git] / src / shared / audit.h
index f2740bc42ca2a1d5604e150f052dab847e803dff..490a0b03208f34904d9c92b662b4f8a286a8aad4 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#include <sys/types.h>
+
 #include "capability.h"
 
 int audit_session_from_pid(pid_t pid, uint32_t *id);
 int audit_loginuid_from_pid(pid_t pid, uid_t *uid);
+
 #endif