X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=mware%2Fhashtable.h;h=ddfc2e37d8ea5eb226f55a0739c700e82775ef51;hb=9f411c91637c328ec9475ce6732df2e66c8b53de;hp=3767ecfc54e4d4754e1659d7f017fec6a1bea854;hpb=042e6fcbf5f91322305e903ed1ba1ebe99447660;p=bertos.git diff --git a/mware/hashtable.h b/mware/hashtable.h index 3767ecfc..ddfc2e37 100755 --- a/mware/hashtable.h +++ b/mware/hashtable.h @@ -31,6 +31,9 @@ /* * $Log$ + * Revision 1.3 2004/08/14 19:37:57 rasky + * Merge da SC: macros.h, pool.h, BIT_CHANGE, nome dei processi, etc. + * * Revision 1.2 2004/08/04 15:52:54 rasky * Merge da SC: fixato namespace dell'include guard * @@ -66,7 +69,8 @@ #define MWARE_HASHTABLE_H #include -#include +#include +#include /*! Enable/disable support to declare special hash tables which maintain a copy of * the key internally instead of relying on the hook to extract it from the data.