Skip to content

cpukit/rtems: include types.h in optionsimpl.h

Gedare Bloom requested to merge gedare/rtems:optionsimpl into main

Summary

Fix a dependency problem in include ordering. The optionsimpl.h file uses types that are defined in types.h, but it only gets them included if something else was included before optionsimpl.h that pulls in types.h

Merge request reports