Update from samba tree revision 12488 to 12669
[metze/wireshark/wip.git] / tools / pidl / tests / Util.pm
index 52fde11bf530cd38f745fbcae51cf042f9262689..c85ef72d0ab6cddf7786228cc7c6c48b5c25692f 100644 (file)
@@ -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 -";