OSDN Git Service

mesa: include main/dd.h in t_vb_points.c and t_vp_build.c
authorBrian Paul <brianp@vmware.com>
Wed, 4 Mar 2009 03:45:45 +0000 (20:45 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 4 Mar 2009 03:45:45 +0000 (20:45 -0700)
commita255472ee789d13c07174e385c7d40f965916e7b
treec6b9da448944374e7314daf045938629c2562799
parent145aa57e45d5492278ae4fe182a77b0d02ecc6f5
mesa: include main/dd.h in t_vb_points.c and t_vp_build.c

For some reason makedepend doesn't seem to find the dependency on this
header in these two files.  Directly including the header is a work-around.
src/mesa/tnl/t_vb_points.c
src/mesa/tnl/t_vp_build.c