comparison: src/server/daemon/log.h
src/server/daemon/log.h
- changeset 584
- f3ddd6dc8e7b
- parent 577
- 4f5ccaea4a92
equal
deleted
inserted
replaced
| 29 #ifndef LOG_H |
29 #ifndef LOG_H |
| 30 #define LOG_H |
30 #define LOG_H |
| 31 |
31 |
| 32 #include "../public/nsapi.h" |
32 #include "../public/nsapi.h" |
| 33 #include <cx/string.h> |
33 #include <cx/string.h> |
| 34 #include <cx/utils.h> |
34 #include <cx/printf.h> |
| 35 |
35 |
| 36 #include <inttypes.h> |
36 #include <inttypes.h> |
| 37 |
37 |
| 38 #ifdef __cplusplus |
38 #ifdef __cplusplus |
| 39 extern "C" { |
39 extern "C" { |