bson-decimal128.c should not be including stdint.h directly. Directly including stdint.h is less portable than relying on bson-compat.h which bson-decimal128.c already includes.
This is causing python-bsonjs builds to fail on old versions of Visual Studio that don't provide stdint.h.