diff options
Diffstat (limited to 'ldmicro/lang.cpp')
-rw-r--r-- | ldmicro/lang.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldmicro/lang.cpp b/ldmicro/lang.cpp index a4f1532..67952bc 100644 --- a/ldmicro/lang.cpp +++ b/ldmicro/lang.cpp @@ -24,7 +24,7 @@ // table. If it fails then it just returns the English. // Jonathan Westhues, Apr 2007 //----------------------------------------------------------------------------- -#include <windows.h> +#include "linuxUI.h" #include <stdio.h> #include <stdlib.h> |