display: Add missing include to fix build
This commit is contained in:
parent
9af57dbb75
commit
d54d9de857
1 changed files with 3 additions and 1 deletions
|
@ -20,9 +20,11 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include <gtk/gtk.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <sys/wait.h>
|
||||||
|
|
||||||
|
#include <gtk/gtk.h>
|
||||||
#include "scrollarea.h"
|
#include "scrollarea.h"
|
||||||
#define GNOME_DESKTOP_USE_UNSTABLE_API
|
#define GNOME_DESKTOP_USE_UNSTABLE_API
|
||||||
#include <libgnomeui/gnome-rr.h>
|
#include <libgnomeui/gnome-rr.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue