summaryrefslogtreecommitdiff
path: root/test/rollback_secret.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/rollback_secret.c')
-rw-r--r--test/rollback_secret.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rollback_secret.c b/test/rollback_secret.c
index 46ecfa587b..4813814f19 100644
--- a/test/rollback_secret.c
+++ b/test/rollback_secret.c
@@ -3,6 +3,8 @@
* found in the LICENSE file.
*/
+#include <stdint.h>
+
#include "mock/rollback_latest_mock.h"
#include "rollback.h"
#include "rollback_private.h"
@@ -10,8 +12,6 @@
#include "system.h"
#include "test_util.h"
-#include <stdint.h>
-
extern int get_latest_rollback(struct rollback_data *data);
test_static int test_get_rollback_secret_latest_rollback_fail(void)