s3: piddir creation fix part 2.
[ira/wip.git] / source3 / script / tests / wb_pad.sh
index f1f5ca24c4dff5db5314571ca2258eb2d89610fb..10cedc897de973d58aeda3fc1ce99b7f2d44c86f 100755 (executable)
@@ -46,7 +46,7 @@ cleanup() {
        rmdir $tempdir
 }
 
-cflags="-I. -I./../lib/replace -Iinclude"
+cflags="-I. -I../ -I./../lib/replace -Iinclude"
 ${CC:-gcc} -m32 $RPM_OPT_FLAGS $CFLAGS -o $tempdir/wb_pad_32 $cflags $tempdir/wb_pad.c
 if [ $? -ne 0 ]; then
        cleanup