Changes to make autotester compile in our macOS environment
I had a bit of trouble to compile autotester in our macOS environment.
It worked with the changes in this MR. Two aspects I'm not certain about:
- Are these typdefs the right way to do it or should they come from somewhere else?
- Is
register_extended_types()
required? I couldn't find an implementation for it.