summaryrefslogtreecommitdiff
path: root/chip/host/trng.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/host/trng.c')
-rw-r--r--chip/host/trng.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/chip/host/trng.c b/chip/host/trng.c
index d0def66277..ef3df1ad5f 100644
--- a/chip/host/trng.c
+++ b/chip/host/trng.c
@@ -14,11 +14,11 @@
#error "This fake trng driver must not be used in non-test builds."
#endif
-#include "common.h"
-
#include <stdint.h>
#include <stdlib.h> /* Only valid for host */
+#include "common.h"
+
static unsigned int seed;
test_mockable void trng_init(void)