]> git.lyx.org Git - lyx.git/blobdiff - development/scons/scons_utils.py
scons_manifest.py: reordering.
[lyx.git] / development / scons / scons_utils.py
index bc8a63a7904ee2319703a15cae82017f7269d658..47450a1fbcc388cdc07eb973a3bd9a9d20aee389 100644 (file)
@@ -440,6 +440,7 @@ int main() {
 def checkSizeOfWChar(conf):
     ''' check the size of wchar '''
     check_sizeof_wchar = '''
+#include <wchar.h>
 int i[ ( sizeof(wchar_t)==%d ? 1 : -1 ) ];
 int main()
 {