diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-09-08 12:42:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:05:38 -0500 |
commit | ffeee68e4b72dd94fee57366bd8d38b8c284c3d4 (patch) | |
tree | a34ba763c0c9d4dc10a58484ed8277f2a6cbfa2f /source4/torture/local | |
parent | 1dfe79de91858d7568a1131d010a383e459dd8f9 (diff) | |
download | samba-ffeee68e4b72dd94fee57366bd8d38b8c284c3d4.tar.gz samba-ffeee68e4b72dd94fee57366bd8d38b8c284c3d4.tar.xz samba-ffeee68e4b72dd94fee57366bd8d38b8c284c3d4.zip |
r25026: Move param/param.h out of includes.h
(This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
Diffstat (limited to 'source4/torture/local')
-rw-r--r-- | source4/torture/local/iconv.c | 1 | ||||
-rw-r--r-- | source4/torture/local/irpc.c | 1 | ||||
-rw-r--r-- | source4/torture/local/messaging.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/source4/torture/local/iconv.c b/source4/torture/local/iconv.c index c543aa7c8f..8c2d5a3054 100644 --- a/source4/torture/local/iconv.c +++ b/source4/torture/local/iconv.c @@ -25,6 +25,7 @@ #include "system/iconv.h" #include "system/time.h" #include "libcli/raw/libcliraw.h" +#include "param/param.h" #include "torture/util.h" #if HAVE_NATIVE_ICONV diff --git a/source4/torture/local/irpc.c b/source4/torture/local/irpc.c index f21a050396..7c5de2dd56 100644 --- a/source4/torture/local/irpc.c +++ b/source4/torture/local/irpc.c @@ -25,6 +25,7 @@ #include "librpc/gen_ndr/ndr_echo.h" #include "torture/torture.h" #include "cluster/cluster.h" +#include "param/param.h" const uint32_t MSG_ID1 = 1, MSG_ID2 = 2; diff --git a/source4/torture/local/messaging.c b/source4/torture/local/messaging.c index 724e2a54c7..e70fd7c24d 100644 --- a/source4/torture/local/messaging.c +++ b/source4/torture/local/messaging.c @@ -24,6 +24,7 @@ #include "lib/messaging/irpc.h" #include "torture/torture.h" #include "cluster/cluster.h" +#include "param/param.h" static uint32_t msg_pong; |