Salome HOME
Fixed Launcher according to libbatch changes
[modules/kernel.git] / src / Launcher / Launcher_Job_Command.cxx
index 9b291ec373142cfb665674a25ce2a03720a96ddd..233cfd5a26f013d015886943c597b934d70c9812 100644 (file)
 //
 #include "Launcher_Job_Command.hxx"
 
+#ifdef WITH_LIBBATCH
+#include <Batch/Batch_Constants.hxx>
+#endif
+
+#ifdef WNT
+#include <io.h>
+#define _chmod chmod
+#endif
+
 Launcher::Job_Command::Job_Command() {_job_type = "command";}
 
 Launcher::Job_Command::~Job_Command() {}