Fix some implicit declaration warnings

There were some includes of gtkmain.h missing
This commit is contained in:
Rico Tzschichholz
2011-11-11 13:06:56 +01:00
parent a2b879fe53
commit 4a43c062ac
3 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include <stdio.h>
#include <math.h>
#include "gtkmain.h"
#include "gtkmarshalers.h"
#include "gtkorientableprivate.h"
#include "gtkrange.h"