13 lines
326 B
Diff
13 lines
326 B
Diff
|
diff --git a/include/public/nyx/module/nyx_log.h b/include/public/nyx/module/nyx_log.h
|
||
|
index f8ed475..f87cd28 100644
|
||
|
--- a/include/public/nyx/module/nyx_log.h
|
||
|
+++ b/include/public/nyx/module/nyx_log.h
|
||
|
@@ -25,6 +25,7 @@
|
||
|
#define _NYX_LOG_H_
|
||
|
|
||
|
#include <stdarg.h>
|
||
|
+#include <stdint.h>
|
||
|
#include <nyx/common/nyx_macros.h>
|
||
|
|
||
|
/*
|