[Cryptech-Commits] [sw/stm32] 02/02: Need stdint.h if we're going to use uint32_t.
git at cryptech.is
git at cryptech.is
Sun Apr 30 15:34:58 UTC 2017
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch no-rtos
in repository sw/stm32.
commit 0ebefa43c7e36b6ed95905d26144b0cca2721d60
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Sun Apr 30 10:57:51 2017 -0400
Need stdint.h if we're going to use uint32_t.
---
task.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/task.h b/task.h
index f4d4260..6b45db8 100644
--- a/task.h
+++ b/task.h
@@ -36,6 +36,7 @@
#define _TASK_H_
#include <sys/types.h>
+#include <stdint.h>
typedef enum task_state {
TASK_INIT,
More information about the Commits
mailing list