fix compile

This commit is contained in:
matthias.ringwald 2010-07-05 20:49:14 +00:00
parent 88aa939830
commit 9974f44821
2 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,8 @@
#else
#include <stdio.h>
#define log_dbg(format, ...) fprintf(stderr, format, ## __VA_ARGS__)
#define log_err(format, ...) printf(format, ## __VA_ARGS__)

View File

@ -43,6 +43,7 @@
#include <btstack/linked_list.h>
#include "run_loop_private.h"
#include "debug.h"
// #define HAVE_TIME