cuInit() compilation problem

I am now using CUDA 3.0 and cannot compile code with cuInit() function.

Which header should be included for cuInit be declared?

I only include “cuda.h”

I receive compilation error: cuInit() not declared.