X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=mware%2Flist.h;h=5b0accde7d911113d3afcb2be2f3aeb582642946;hb=72f7d07b915bc6a874ec820de585c6d017c81a94;hp=e28abb43da95097c2e1bcfe03a3bf0021c6da908;hpb=3a77131c5f9f16bd97c08bc5dd2e0c9333c75259;p=bertos.git diff --git a/mware/list.h b/mware/list.h index e28abb43..5b0accde 100755 --- a/mware/list.h +++ b/mware/list.h @@ -15,6 +15,9 @@ /*#* *#* $Log$ + *#* Revision 1.13 2005/04/11 19:10:28 bernie + *#* Include top-level headers from cfg/ subdir. + *#* *#* Revision 1.12 2005/01/22 04:21:32 bernie *#* Add integrity checks. *#* @@ -56,7 +59,7 @@ #ifndef MWARE_LIST_H #define MWARE_LIST_H -#include // INLINE +#include // INLINE /*! * This structure represents a node for bidirectional lists.