1
0
mirror of https://github.com/mintty/wsltty.git synced 2025-09-18 11:12:22 +01:00

fix and polish install tweaks

This commit is contained in:
mintty
2019-08-07 20:37:08 +02:00
parent 7940883bd6
commit 639ed3da8f
5 changed files with 23 additions and 10 deletions

View File

@@ -87,7 +87,14 @@ void * _cygwin_create_path (int line, cygwin_conv_path_t what, const void *from)
#if HAVE_CONFIG_H
# include "config.h"
#endif
#include "common.h"
//#include "common.h"
#include <stdio.h>
#include <popt.h>
#include <sys/stat.h>
#include <errno.h>
#define PACKAGE_VERSION "*"
#include <locale.h>
#include <wchar.h>