diff options
Diffstat (limited to 'test/dm/pci.c')
-rw-r--r-- | test/dm/pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dm/pci.c b/test/dm/pci.c index 9b97f2e0544..8c5e7da9e62 100644 --- a/test/dm/pci.c +++ b/test/dm/pci.c @@ -3,6 +3,7 @@ * Copyright (C) 2015 Google, Inc */ +#include <common.h> #include <dm.h> #include <asm/io.h> #include <asm/test.h> |