include "config.h" in all .c files
Also, fix shell-global.c to actually compile with config.h included. Was supposed to fix bug 602802, but doesn't...
This commit is contained in:
@ -12,6 +12,8 @@
|
||||
* size, even if that would overflow the size allocated to the stack.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "shell-stack.h"
|
||||
|
||||
G_DEFINE_TYPE (ShellStack,
|
||||
|
Reference in New Issue
Block a user