cudatoolkit_4.0.17_macos.pkg - issue with INCLUDE statement feature request or bug report - not sure

Dear CUDA admins,

I use cudatoolkit_4.0.17_macos.pkg distribution. I noticed that file:

/usr/local/cuda/include/cublas.h

has following INCLUDE statement in the line 60:

#include <cuda_runtime.h>

Could you change it to?

#include “cuda_runtime.h”

This way we wouldn’t have to tinker too much with the compiler flags.

Similar issue is with following files:

/usr/local/cuda/include/curand.h (line 66)
/usr/local/cuda/include/nppcore.h (line 51)

Thank you
Regards