/********************************************************************\ Copyright (c) 2014 by Aleksey Cheusov See LICENSE file in the distribution. \********************************************************************/ #ifndef _MKC_SLIST_H_ #define _MKC_SLIST_H_ #ifndef _MKC_CHECK_SLIST # error "Missing MKC_FEATURES += SLIST" #endif #ifdef MKC_SYS_QUEUE_IS_FINE #include #else #include "netbsd_sys_queue.h" #endif #endif // _MKC_SLIST_H_