summaryrefslogtreecommitdiff
path: root/src/fe-common/core/printtext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe-common/core/printtext.h')
-rw-r--r--src/fe-common/core/printtext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-common/core/printtext.h b/src/fe-common/core/printtext.h
index cc2ad2fb..d9e3ce79 100644
--- a/src/fe-common/core/printtext.h
+++ b/src/fe-common/core/printtext.h
@@ -1,7 +1,7 @@
#ifndef __PRINTTEXT_H
#define __PRINTTEXT_H
-#include "windows.h"
+#include "fe-windows.h"
void printformat_module(const char *module, void *server, const char *target, int level, int formatnum, ...);
void printformat_module_window(const char *module, WINDOW_REC *window, int level, int formatnum, ...);