Skip to content

Commit

Permalink
Merge pull request emqx#515 from fengzeroz/main
Browse files Browse the repository at this point in the history
fix include zlog.h
  • Loading branch information
fengzeroz committed May 28, 2022
2 parents d1b304b + 35c044d commit 330bdaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/neuron/utils/log.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ config_ **/

#include <inttypes.h>

#include <zlog.h>
#include "utils/zlog.h"

extern zlog_category_t *neuron;

Expand Down

0 comments on commit 330bdaf

Please sign in to comment.