chiark / gitweb /
copy: also copy AF_UNIX sockets
[elogind.git] / src / basic / util.h
index 0f838632adbb4176c63c3934ef6c6a1418cebed6..1fe660b62098494511c9db898c26c8f646330485 100644 (file)
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
 #pragma once
 
 /***
@@ -38,6 +36,7 @@
 #include <sys/socket.h>
 #include <sys/stat.h>
 #include <sys/statfs.h>
+#include <sys/sysmacros.h>
 #include <sys/types.h>
 #include <time.h>
 #include <unistd.h>