Compiles with tcc

FossilOrigin-Name: ec63b57d34761baede1254385a5abb4ed9d5f3becdbdab91ef596b4399d196fa
This commit is contained in:
7u83@mail.ru
2018-03-01 23:12:38 +00:00
parent 4b6897c983
commit 762ff8bce5
11 changed files with 223 additions and 163 deletions

View File

@ -25,6 +25,7 @@
* @file Debugging Functions
* @brief Various debug functions.
*/
#include <stdarg.h>
#include "capwap.h"
#include "dbg.h"
@ -39,6 +40,8 @@
#include "cw.h"
#include "message_set.h"
/**
*@addtogroup DBG
*@{