Fixed most compiler errors and warnings.

This commit is contained in:
Pietro Gagliardi 2016-04-19 23:58:36 -04:00
parent 6b6d6861c1
commit 78772ca62d
2 changed files with 2 additions and 1 deletions

View File

@ -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"