]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/sigbus.c
Merge pull request #2495 from heftig/master
[thirdparty/systemd.git] / src / basic / sigbus.c
index c535c89d5280dbd141fbe2cc6b7b303d97a92043..0ce4f75684088df87190a3e7cb7ac949dad3bfc7 100644 (file)
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
 /***
   This file is part of systemd.
 
@@ -19,7 +17,9 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#include <errno.h>
 #include <signal.h>
+#include <stddef.h>
 #include <sys/mman.h>
 
 #include "macro.h"