aboutsummaryrefslogtreecommitdiff
path: root/launcher.c
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2022-03-25 17:22:05 -0700
committerDan Willemsen <dwillemsen@google.com>2022-03-25 17:27:50 -0700
commitadad21eb0615bb68c47628dcd4d638137c3d1a01 (patch)
tree690b5fb2994f47324dd4298e676335d4555ee267 /launcher.c
parent38928912f8393727122418ebb7b2b8b19f710b36 (diff)
downloadsetuptools-adad21eb0615bb68c47628dcd4d638137c3d1a01.tar.gz
Upgrade to setuptools 61.1.0
This fixes Python 3.10 compat, but does remove Python2 compat. Test: treehugger Change-Id: I8e19ad8dec6b34482bfbe996413d3f793ada276c
Diffstat (limited to 'launcher.c')
-rw-r--r--[-rwxr-xr-x]launcher.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher.c b/launcher.c
index be69f0c..23ef3ac 100755..100644
--- a/launcher.c
+++ b/launcher.c
@@ -37,6 +37,7 @@
#include <windows.h>
#include <tchar.h>
#include <fcntl.h>
+#include <process.h>
int child_pid=0;