progs/tests: Include stddef.h for ptrdiff_t on all platforms.
authorVinson Lee <vlee@vmware.com>
Mon, 22 Mar 2010 02:09:54 +0000 (19:09 -0700)
committerVinson Lee <vlee@vmware.com>
Mon, 22 Mar 2010 02:09:54 +0000 (19:09 -0700)
commit1e7d65bb5b50efbd5812e7996910b7688eb27192
tree91b16c88d3d28f4cae6e76089ac1d2fa39d83621
parent4ea694a26b99835d0b5bc814cf024850874a9a83
progs/tests: Include stddef.h for ptrdiff_t on all platforms.

stddef.h is the standard C header that defines ptrdiff_t.

Fixes build of cva_huge on Mac OS X.
progs/tests/cva_huge.c