chiark / gitweb /
nspawn: a bench of special fileystems that should not be shifted
[elogind.git] / src / basic / alloc-util.c
index a16f97c3d429350dbcf320485f2b5c68406aff56..b540dcddf589fafb0b4de1cccbd162c5b10ad90e 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#include <stdint.h>
+#include <string.h>
+
 #include "alloc-util.h"
+#include "macro.h"
 #include "util.h"
 
 void* memdup(const void *p, size_t l) {