diff --git a/dsc/inc/wlan_dsc_psoc.h b/dsc/inc/wlan_dsc_psoc.h index de4aed81fb..7354121d89 100644 --- a/dsc/inc/wlan_dsc_psoc.h +++ b/dsc/inc/wlan_dsc_psoc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 The Linux Foundation. All rights reserved. + * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the @@ -24,6 +24,7 @@ #define __WLAN_DSC_PSOC_H #include "qdf_status.h" +#include "wlan_dsc_driver.h" /** * struct dsc_psoc - opaque dsc psoc context diff --git a/dsc/inc/wlan_dsc_vdev.h b/dsc/inc/wlan_dsc_vdev.h index c41919e3dd..846c3c45ce 100644 --- a/dsc/inc/wlan_dsc_vdev.h +++ b/dsc/inc/wlan_dsc_vdev.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 The Linux Foundation. All rights reserved. + * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the @@ -24,6 +24,7 @@ #define __WLAN_DSC_VDEV_H #include "qdf_status.h" +#include "wlan_dsc_psoc.h" /** * struct dsc_vdev - opaque dsc vdev context