chiark / gitweb /
memfd: rename memfd.h to memfd-util.h to avoid any confusion with any libc provided...
[elogind.git] / src / journal / journal-send.c
index 0ee83cdb778fc75421049697b6864c6f6d64be12..887b957c4d3751c14287f374b679ecb6903226b1 100644 (file)
@@ -32,7 +32,7 @@
 #include "sd-journal.h"
 #include "util.h"
 #include "socket-util.h"
-#include "memfd.h"
+#include "memfd-util.h"
 
 #define SNDBUF_SIZE (8*1024*1024)