diff options
Diffstat (limited to 'source4/pidl')
-rw-r--r-- | source4/pidl/tests/Util.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/pidl/tests/Util.pm b/source4/pidl/tests/Util.pm index 52fde11bf5..c85ef72d0a 100644 --- a/source4/pidl/tests/Util.pm +++ b/source4/pidl/tests/Util.pm @@ -48,7 +48,7 @@ SKIP: { my $outfile = "test-$name"; #my $cflags = $ENV{CFLAGS}; - my $cflags = "-Iinclude -I."; + my $cflags = "-Iinclude -Ilib -I."; if ($insamba and $link) { open CC, "|cc -x c -o $outfile $cflags -"; |