diff options
author | Stefan Metzmacher <metze@samba.org> | 2014-02-27 09:08:17 +0100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2014-04-02 09:03:44 +0200 |
commit | 8ba775b0a3e22a83bca092114dbb9f345d6ff89f (patch) | |
tree | effc72e4f46807aee77070847a99d5415c2ab728 /lib/util/tests/time.c | |
parent | 3f5e05f024da17f3601b39ba32a3fb5e2168a2f5 (diff) | |
download | samba-8ba775b0a3e22a83bca092114dbb9f345d6ff89f.tar.gz samba-8ba775b0a3e22a83bca092114dbb9f345d6ff89f.tar.xz samba-8ba775b0a3e22a83bca092114dbb9f345d6ff89f.zip |
lib/util/tests: add missing #include "torture/local/proto.h"
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'lib/util/tests/time.c')
-rw-r--r-- | lib/util/tests/time.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util/tests/time.c b/lib/util/tests/time.c index a8b26762e3..fce0eef5e2 100644 --- a/lib/util/tests/time.c +++ b/lib/util/tests/time.c @@ -21,6 +21,7 @@ #include "includes.h" #include "torture/torture.h" +#include "torture/local/proto.h" static bool test_null_time(struct torture_context *tctx) { |