pam: Add include for bool to copy/paste header

This commit is contained in:
Bastien Nocera 2020-01-14 15:17:06 +01:00
parent c6e72c5f28
commit 6e3b053372

View file

@ -24,6 +24,7 @@
#error _GNU_SOURCE must be defined
#endif
#include <stdio.h>
#include <stdbool.h>
struct {
const char *dbus_name;