196d555092
Contains everything from #940, except on top of master now. Also added a postmarketos-ui-luna package to be a meta- package for all of the Luna work. Every component included here builds & runs, but isn't functional without a handful more packages.
12 lines
326 B
Diff
12 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>
|
|
|
|
/*
|