chiark / gitweb /
[PATCH] klibc_fixups: remove unneeded stuff
[elogind.git] / libsysfs / dlist.h
index 9e3a6c96deb9d0405e442f06d4402192f9e09d6c..62eaa9fec4f304ea38066d690388c873afaa5fb1 100644 (file)
 
 * Just use the dlist_(insert|delete)_(before|after) macros if you do not want
 * to think about it.
-
 */
-#include <malloc.h>
+
+#include <stddef.h>
+
 typedef struct dl_node {
   struct dl_node *prev;
   struct dl_node *next;