Fixed most compiler errors and warnings.
This commit is contained in:
parent
6b6d6861c1
commit
78772ca62d
|
@ -6,6 +6,7 @@
|
||||||
// TODO make this unnecessary
|
// TODO make this unnecessary
|
||||||
#define _GNU_SOURCE
|
#define _GNU_SOURCE
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
#include <dlfcn.h> // see drawtext.c
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#include "../ui.h"
|
#include "../ui.h"
|
||||||
#include "../ui_unix.h"
|
#include "../ui_unix.h"
|
||||||
|
|
Loading…
Reference in New Issue