diff options
Diffstat (limited to 'source4/build/pidl/eth_parser.pm')
-rw-r--r-- | source4/build/pidl/eth_parser.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/build/pidl/eth_parser.pm b/source4/build/pidl/eth_parser.pm index d0a4ae7c66..43ed8b841a 100644 --- a/source4/build/pidl/eth_parser.pm +++ b/source4/build/pidl/eth_parser.pm @@ -8,8 +8,8 @@ package EthParser; use strict; -use typelist; -use ndr; +use pidl::typelist; +use pidl::ndr; # the list of needed functions |