# HG changeset patch # User Matti Hamalainen # Date 1349074243 -10800 # Node ID daeb5d4f6badd2beb8beac02d7764254b4bacabb # Parent a33e472321612563e20212830a75d273a4e8704b Do include "dmtext.h" where necessary. diff -r a33e47232161 -r daeb5d4f6bad blittest.c --- a/blittest.c Mon Oct 01 09:49:10 2012 +0300 +++ b/blittest.c Mon Oct 01 09:50:43 2012 +0300 @@ -1,6 +1,7 @@ #include "dmlib.h" #include "dmargs.h" #include "dmvecmat.h" +#include "dmtext.h" #include #define DM_COLORS (256) diff -r a33e47232161 -r daeb5d4f6bad efu.c --- a/efu.c Mon Oct 01 09:49:10 2012 +0300 +++ b/efu.c Mon Oct 01 09:50:43 2012 +0300 @@ -2,6 +2,7 @@ #include "dmargs.h" #include "dmvecmat.h" #include "dmimage.h" +#include "dmtext.h" #include #define DM_COLORS (256) diff -r a33e47232161 -r daeb5d4f6bad vptest.c --- a/vptest.c Mon Oct 01 09:49:10 2012 +0300 +++ b/vptest.c Mon Oct 01 09:50:43 2012 +0300 @@ -3,6 +3,7 @@ #include "dmvecmat.h" #include "dmres.h" #include "dmimage.h" +#include "dmtext.h" #include #define DM_COLORS (256) diff -r a33e47232161 -r daeb5d4f6bad vview.c --- a/vview.c Mon Oct 01 09:49:10 2012 +0300 +++ b/vview.c Mon Oct 01 09:50:43 2012 +0300 @@ -1,5 +1,6 @@ #include "dmlib.h" #include "dmargs.h" +#include "dmtext.h" #define DM_COLORS (256)