Index: /gfx-tools/Makefile
===================================================================
--- /gfx-tools/Makefile	(revision 1)
+++ /gfx-tools/Makefile	(revision 2)
@@ -1,4 +1,4 @@
 CC=gcc
-CFLAGS= -std=c99 -W -Wall -pedantic -D_GNU_SOURCE -DALLEGRO_STATICLINK
+CFLAGS= -std=c99 -W -Wall -pedantic -D_GNU_SOURCE -DALLEGRO_STATICLINK -g
 LIBS =  -L/usr/lib -Wl,-Bsymbolic-functions -lalleg
 
Index: /gfx-tools/tga2teo2.c
===================================================================
--- /gfx-tools/tga2teo2.c	(revision 1)
+++ /gfx-tools/tga2teo2.c	(revision 2)
@@ -1,7 +1,8 @@
 #include <allegro.h>
 
-#include "stdio.h"
-#include "stdlib.h"
-#include "math.h"
+#include <stdio.h>
+#include <stdlib.h>
+#include <math.h>
+#include <libgen.h>
 
 /*
