summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/shared/audit.h2
-rw-r--r--src/shared/log.h1
2 files changed, 3 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>
diff --git a/src/shared/log.h b/src/shared/log.h
index 2dedfa3fd1..d6061c05ea 100644
--- a/src/shared/log.h
+++ b/src/shared/log.h
@@ -23,6 +23,7 @@
#include <stdbool.h>
#include <stdarg.h>
+#include <stdlib.h>
#include <syslog.h>
#include <sys/signalfd.h>
#include <errno.h>