diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2005-04-15 16:28:56 +0200 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 23:55:01 -0700 |
commit | 197178360f5c4253aeb743b32224125e58e2fd5d (patch) | |
tree | df003d4a9dff23b2119fd7516f2dedc0ead1531c /libsysfs/sysfs/dlist.h | |
parent | d4b611430083674ee1d3aa19b87c9894ac3e39d8 (diff) |
[PATCH] libsysfs: version 2.0
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> |