diff options
Diffstat (limited to 'test/dm/power-domain.c')
-rw-r--r-- | test/dm/power-domain.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dm/power-domain.c b/test/dm/power-domain.c index 120a905..8604b5d 100644 --- a/test/dm/power-domain.c +++ b/test/dm/power-domain.c @@ -3,6 +3,7 @@ * Copyright (c) 2016, NVIDIA CORPORATION. */ +#include <common.h> #include <dm.h> #include <malloc.h> #include <dm/test.h> |