diff options
Diffstat (limited to 'test/dm/mux-emul.c')
-rw-r--r-- | test/dm/mux-emul.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dm/mux-emul.c b/test/dm/mux-emul.c index febd521..c6aeeb7 100644 --- a/test/dm/mux-emul.c +++ b/test/dm/mux-emul.c @@ -3,6 +3,7 @@ * Copyright (C) 2020 Texas Instruments Incorporated - https://www.ti.com/ * Pratyush Yadav <p.yadav@ti.com> */ +#include <common.h> #include <dm.h> #include <mux.h> #include <mux-internal.h> |