diff options
Diffstat (limited to 'src/shared/audit.h')
-rw-r--r-- | src/shared/audit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/audit.h b/src/shared/audit.h index 7e9c929ac6..781866ae1c 100644 --- a/src/shared/audit.h +++ b/src/shared/audit.h @@ -21,6 +21,8 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ +#include <stdint.h> +#include <stdbool.h> #include <sys/types.h> |