chiark / gitweb /
elogind-activate: Add support for datagram sockets
[elogind.git] / src / basic / io-util.h
index cd2aa75ad2c6859cde3a9b8f2a58fca1acb4cb6e..5f77a556c047112ebffa183b7f573066a3686279 100644 (file)
 ***/
 
 #include <stdbool.h>
+#include <stddef.h>
+#include <stdint.h>
 #include <sys/types.h>
 #include <sys/uio.h>
 
+#include "macro.h"
 #include "time-util.h"
 
 int flush_fd(int fd);