summaryrefslogtreecommitdiff
path: root/include/trng.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/trng.h')
-rw-r--r--include/trng.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/trng.h b/include/trng.h
index cf8326e5bf..3b28796ed0 100644
--- a/include/trng.h
+++ b/include/trng.h
@@ -5,10 +5,11 @@
#ifndef __EC_INCLUDE_TRNG_H
#define __EC_INCLUDE_TRNG_H
-#include <common.h>
#include <stddef.h>
#include <stdint.h>
+#include <common.h>
+
/**
* Initialize the true random number generator.
*