[builtins] Fix build after D95537 due to missing size_t

Strangely int_lib.h only includes stdint.h and not stddef.h, so we need
to include the latter to be able to use size_t here.

GitOrigin-RevId: e47a388bd6486d0af7066f1d8b033a13d0ffc7df
1 file changed