Add missing include of <stdlib.h>
gnome-shell-plugin.c needs stdlib.h for exit()
This commit is contained in:
parent
3327a198e1
commit
b7d3640b49
@ -35,6 +35,7 @@
|
||||
#include <gjs/gjs.h>
|
||||
#include <girepository.h>
|
||||
#include <gmodule.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "display.h"
|
||||
|
Loading…
Reference in New Issue
Block a user