From 594516b19bf0d44d1689987fd36a85ce46f419b6 Mon Sep 17 00:00:00 2001 From: "Leigh B. Stoller" Date: Fri, 27 May 2005 17:36:18 +0000 Subject: [PATCH] Add missing use of Errno library ... my fault. --- tbsetup/batchexp.in | 1 + 1 file changed, 1 insertion(+) diff --git a/tbsetup/batchexp.in b/tbsetup/batchexp.in index 4214b309d..80b08a9dd 100755 --- a/tbsetup/batchexp.in +++ b/tbsetup/batchexp.in @@ -8,6 +8,7 @@ use English; use Getopt::Std; use POSIX qw(isatty setsid); use POSIX qw(strftime); +use Errno; # # Create an experiment. The experiment is either run immediately, or -- GitLab