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 <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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue