diff options
Diffstat (limited to 'src/config/general.h')
-rw-r--r-- | src/config/general.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/general.h b/src/config/general.h index 72cfc3b86..539203457 100644 --- a/src/config/general.h +++ b/src/config/general.h @@ -182,6 +182,9 @@ FILE_LICENCE ( GPL2_OR_LATER ); #undef GDBUDP /* Remote GDB debugging over UDP * (both may be set) */ +#include <config/named.h> +#include NAMED_CONFIG(general.h) #include <config/local/general.h> +#include LOCAL_NAMED_CONFIG(general.h) #endif /* CONFIG_GENERAL_H */ |