I'm toying with loadable builtins and I noticed that builtins.h does not have include guard.
Basically I needed the definition of WORLD_LIST and I was using (not sure if there is a better way): #include <config.h> #include <builtins.h> #include <shell.h> That's all Pierre