Use PATHEXT when checking for the presence of scripts on Windows.
[tinc] / src / graph.c
index b4c01bb..396e35a 100644 (file)
@@ -53,8 +53,8 @@
 #include "names.h"
 #include "netutl.h"
 #include "node.h"
-#include "process.h"
 #include "protocol.h"
+#include "script.h"
 #include "subnet.h"
 #include "utils.h"
 #include "xalloc.h"