fix include order

This commit is contained in:
Daniel Micay 2012-05-22 03:31:50 -04:00
parent 0aa7bd5d84
commit 540d77030e
1 changed files with 3 additions and 2 deletions

5
term.c
View File

@ -1,7 +1,8 @@
#include <stdlib.h>
#include <gdk/gdkkeysyms.h>
#include <gtk/gtk.h>
#include <vte/vte.h>
#include <gdk/gdkkeysyms.h>
#include <stdlib.h>
#include "config.h"