Add missing include of <stdlib.h>

gnome-shell-plugin.c needs stdlib.h for exit()
This commit is contained in:
Owen W. Taylor 2009-05-04 14:28:07 -04:00
parent 3327a198e1
commit b7d3640b49

View File

@ -35,6 +35,7 @@
#include <gjs/gjs.h>
#include <girepository.h>
#include <gmodule.h>
#include <stdlib.h>
#include <string.h>
#include "display.h"