summaryrefslogtreecommitdiff
path: root/testprogs
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2017-08-14 16:04:18 -0700
committerJeremy Allison <jra@samba.org>2017-08-17 00:53:48 +0200
commit5473a277e3bdcc7ae6a03c24d4e7c84a8ad63b4b (patch)
tree33c9b592aed72d465e0c4e70a70ea0979c37160b /testprogs
parentbee22f187cfca26da13efb4cc980a705ec252a21 (diff)
downloadsamba-5473a277e3bdcc7ae6a03c24d4e7c84a8ad63b4b.tar.gz
lib: talloc: Use the system <talloc.h> include.
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Thu Aug 17 00:53:48 CEST 2017 on sn-devel-144
Diffstat (limited to 'testprogs')
-rw-r--r--testprogs/win32/spoolss/testspoolss.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testprogs/win32/spoolss/testspoolss.h b/testprogs/win32/spoolss/testspoolss.h
index f025fccb3f9..eb19c64fa67 100644
--- a/testprogs/win32/spoolss/testspoolss.h
+++ b/testprogs/win32/spoolss/testspoolss.h
@@ -29,7 +29,7 @@
#include "printlib_proto.h"
#if 0
-#include "lib/talloc/talloc.h"
+#include <talloc.h>
#include "libcli/util/ntstatus.h"
#include "lib/torture/torture.h"
#endif