summaryrefslogtreecommitdiff
path: root/source4/build/pidl/pidl.pl
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-22 01:40:24 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-22 01:40:24 +0000
commit3f2598abad168b6bdf679cdd25fe0064ad198236 (patch)
tree90c09911919867f2ba6a333012b4d41b4b855365 /source4/build/pidl/pidl.pl
parent2ca65a99c77d6d119617c330ce521a6137d71e35 (diff)
downloadsamba-3f2598abad168b6bdf679cdd25fe0064ad198236.tar.gz
samba-3f2598abad168b6bdf679cdd25fe0064ad198236.tar.bz2
samba-3f2598abad168b6bdf679cdd25fe0064ad198236.zip
added Parse::RecDescent module into pidl to ensure we all use the same
version. This should fix the problems Richard was seeing. (This used to be commit 76c24a5cb09b096a9cb490f3bb42af0b9d0f5fa9)
Diffstat (limited to 'source4/build/pidl/pidl.pl')
-rwxr-xr-xsource4/build/pidl/pidl.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/pidl/pidl.pl b/source4/build/pidl/pidl.pl
index 49bd2e3b57..73d2378612 100755
--- a/source4/build/pidl/pidl.pl
+++ b/source4/build/pidl/pidl.pl
@@ -10,6 +10,7 @@ use strict;
use FindBin qw($RealBin);
use lib "$RealBin";
+use lib "$RealBin/lib";
use Getopt::Long;
use idl;
use dump;