diff --git a/vhook/drawtext.c b/vhook/drawtext.c index df87198757..432541342b 100644 --- a/vhook/drawtext.c +++ b/vhook/drawtext.c @@ -43,17 +43,18 @@ #define MAXSIZE_TEXT 1024 +#include "framehook.h" + #include #include #include #include #include #include +#undef time #include #include -#include "framehook.h" - #include #include FT_FREETYPE_H #include FT_GLYPH_H diff --git a/vhook/imlib2.c b/vhook/imlib2.c index d569c808d6..4e890e14e7 100644 --- a/vhook/imlib2.c +++ b/vhook/imlib2.c @@ -42,18 +42,21 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + +#include "framehook.h" + #include #include #include #include #include #include +#undef time #include +#include #include #include -#include "framehook.h" - typedef struct { int dummy; Imlib_Font fn;