display: Add missing include to fix build

This commit is contained in:
Vincent Untz 2010-09-18 12:25:06 +02:00
parent 9af57dbb75
commit d54d9de857

View file

@ -20,9 +20,11 @@
*/
#include <config.h>
#include <gtk/gtk.h>
#include <string.h>
#include <stdlib.h>
#include <sys/wait.h>
#include <gtk/gtk.h>
#include "scrollarea.h"
#define GNOME_DESKTOP_USE_UNSTABLE_API
#include <libgnomeui/gnome-rr.h>