--- sbbs/src/xpdev/msg_queue.h 2018/04/24 16:41:24 1.1 +++ sbbs/src/xpdev/msg_queue.h 2018/04/24 16:45:18 1.1.1.2 @@ -2,13 +2,13 @@ /* Uni or Bi-directional FIFO message queue */ -/* $Id: msg_queue.h,v 1.1 2018/04/24 16:41:24 root Exp $ */ +/* $Id: msg_queue.h,v 1.1.1.2 2018/04/24 16:45:18 root Exp $ */ /**************************************************************************** * @format.tab-size 4 (Plain Text/Source Code File Header) * * @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) * * * - * Copyright 2005 Rob Swindell - http://www.synchro.net/copyright.html * + * Copyright 2011 Rob Swindell - http://www.synchro.net/copyright.html * * * * This library is free software; you can redistribute it and/or * * modify it under the terms of the GNU Lesser General Public License * @@ -39,6 +39,7 @@ #define _MSG_QUEUE_H #include "link_list.h" +#include "threadwrap.h" #if defined(__cplusplus) extern "C" {