diff options
Diffstat (limited to 'libsysfs/sysfs/dlist.h')
-rw-r--r-- | libsysfs/sysfs/dlist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libsysfs/sysfs/dlist.h b/libsysfs/sysfs/dlist.h index 62eaa9fec4..335a490a0a 100644 --- a/libsysfs/sysfs/dlist.h +++ b/libsysfs/sysfs/dlist.h @@ -50,6 +50,7 @@ * Just use the dlist_(insert|delete)_(before|after) macros if you do not want * to think about it. + */ #include <stddef.h> |