r25026: Move param/param.h out of includes.h
[bbaumbach/samba-autobuild/.git] / source4 / torture / basic / base.c
index 8c510efab48c03899c24edccc4c46bd3cb3c0276..b6b1d021dccc7f72471c59919ed3cce904764c12 100644 (file)
@@ -29,6 +29,7 @@
 #include "librpc/gen_ndr/ndr_nbt.h"
 #include "lib/events/events.h"
 #include "lib/cmdline/popt_common.h"
+#include "param/param.h"
 
 
 #define CHECK_MAX_FAILURES(label) do { if (++failures >= torture_failures) goto label; } while (0)