r7059: Use namespaces for pidl and the build system, so we can later on
[samba.git] / source / build / pidl / test.pm
index 5f25d4195c1ed9bb6f3c87a9f210c7e20fc8405b..ba102aab128b95a8654a2f03744759b1f42db9bd 100644 (file)
@@ -5,7 +5,7 @@
 package Test;
 
 use strict;
-use util;
+use pidl::util;
 use Getopt::Long;
 
 my $cc = $ENV{CC};