Nvidia driver 384.111 on RHEL 7.5 not able to find vdpau.h file

Trying to build nvidia driver 384.111 on RHEL 7.5, I am getting following error.

[root@hazr022 nvidia-settings]# find / -name vdpau.h
[root@hazr022 nvidia-settings]# make
make[1]: Entering directory /root/sanfern/nvidia-settings/src' make[2]: Entering directory /root/sanfern/nvidia-settings/src/libXNVCtrl’
make[2]: Nothing to be done for default'. make[2]: Leaving directory /root/sanfern/nvidia-settings/src/libXNVCtrl’
CC gtk±2.x/ctkwindow.c
In file included from gtk±2.x/ctkwindow.c:64:0:
gtk±2.x/ctkvdpau.h:26:25: fatal error: vdpau/vdpau.h: No such file or directory
#include “vdpau/vdpau.h”
^
compilation terminated.
make[1]: *** [_out/Linux_x86_64/gtk2/ctkwindow.o] Error 1
make[1]: Leaving directory `/root/sanfern/nvidia-settings/src’
make: *** [all] Error 2

[root@hazr022 nvidia-settings]# yum list installed vdpau
Loaded plugins: product-id, search-disabled-repos, subscription-manager, versionlock
Installed Packages
libva-vdpau-driver.x86_64 0.7.4-19.el7
libvdpau.x86_64 1.1.1-3.el7
libvdpau-va-gl.x86_64 0.4.2-6.el7
vdpauinfo.x86_64 0.9-0.1.el7
[root@hazr022d73cf31 nvidia-settings]#

Any clue to fix this ?

Hello!

I am having the same problem with Centos 8. So, there is no fix then?