cpukit/rtems: include types.h in optionsimpl.h
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