X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=inline;f=libsysfs%2Fdlist.h;h=62eaa9fec4f304ea38066d690388c873afaa5fb1;hb=733677e2c21b1ea3789c5296c84c1730d9ce498d;hp=9e3a6c96deb9d0405e442f06d4402192f9e09d6c;hpb=03fd7a3ad3438c7ae4525215ac58c3d94133cc35;p=elogind.git diff --git a/libsysfs/dlist.h b/libsysfs/dlist.h index 9e3a6c96d..62eaa9fec 100644 --- a/libsysfs/dlist.h +++ b/libsysfs/dlist.h @@ -50,9 +50,10 @@ * Just use the dlist_(insert|delete)_(before|after) macros if you do not want * to think about it. - */ -#include + +#include + typedef struct dl_node { struct dl_node *prev; struct dl_node *next;