diff options
Diffstat (limited to 'source3/ubiqx/ubi_dLinkList.h')
-rw-r--r-- | source3/ubiqx/ubi_dLinkList.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/ubiqx/ubi_dLinkList.h b/source3/ubiqx/ubi_dLinkList.h index a038ac7f29..d1a773b9cd 100644 --- a/source3/ubiqx/ubi_dLinkList.h +++ b/source3/ubiqx/ubi_dLinkList.h @@ -27,6 +27,10 @@ * -------------------------------------------------------------------------- ** * * Log: ubi_dLinkList.h,v + * Revision 0.8 1998/06/03 18:06:03 crh + * Further fiddling with sys_include.h, which has been moved from the .c file + * to the .h file. + * * Revision 0.7 1998/06/02 01:38:47 crh * Changed include file name from ubi_null.h to sys_include.h to make it * more generic. @@ -61,6 +65,7 @@ * ========================================================================== ** */ +#include "sys_include.h" /* System-specific includes. */ /* ========================================================================== ** * Typedefs... |