summaryrefslogtreecommitdiff
path: root/vhook/drawtext.c
diff options
context:
space:
mode:
Diffstat (limited to 'vhook/drawtext.c')
-rw-r--r--vhook/drawtext.c5
1 files changed, 3 insertions, 2 deletions
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 <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <stdarg.h>
#include <string.h>
#include <unistd.h>
+#undef time
#include <sys/time.h>
#include <time.h>
-#include "framehook.h"
-
#include <ft2build.h>
#include FT_FREETYPE_H
#include FT_GLYPH_H