diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-09-14 13:16:46 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:06:44 -0500 |
commit | 803e57da44e826e1adbf5f9743633273285d30f7 (patch) | |
tree | abf73c9ff663cadf5ec5e101535dac665365adb1 /source4/torture | |
parent | 7d554e4104f432c7475f6a1019deb55619976a33 (diff) | |
download | samba-803e57da44e826e1adbf5f9743633273285d30f7.tar.gz samba-803e57da44e826e1adbf5f9743633273285d30f7.tar.bz2 samba-803e57da44e826e1adbf5f9743633273285d30f7.zip |
r25159: fix missing declarations warning
metze
(This used to be commit 3d321a5efc22f8a702095f7704a36325a97db138)
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/smb2/util.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/smb2/util.c b/source4/torture/smb2/util.c index 8c55813c8c..946368a2ed 100644 --- a/source4/torture/smb2/util.c +++ b/source4/torture/smb2/util.c @@ -27,6 +27,8 @@ #include "system/time.h" #include "librpc/gen_ndr/ndr_security.h" #include "param/param.h" + +#include "torture/torture.h" #include "torture/smb2/proto.h" |