summaryrefslogtreecommitdiff
path: root/lib/async_req
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2017-08-14 15:54:39 -0700
committerJeremy Allison <jra@samba.org>2017-08-16 20:58:13 +0200
commitbee22f187cfca26da13efb4cc980a705ec252a21 (patch)
tree592c6b7c911fd1fdbf0d3f78d7b8fbcb597c9555 /lib/async_req
parent68316a4975bfe0b85a9d034955fa5bd315ec9436 (diff)
downloadsamba-bee22f187cfca26da13efb4cc980a705ec252a21.tar.gz
lib: tevent: Use system <tevent.h>, not internal header path (except in self-test).
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'lib/async_req')
-rw-r--r--lib/async_req/async_connect_send_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/async_req/async_connect_send_test.c b/lib/async_req/async_connect_send_test.c
index 34ea6b7d3d7..d570c609d7f 100644
--- a/lib/async_req/async_connect_send_test.c
+++ b/lib/async_req/async_connect_send_test.c
@@ -17,7 +17,7 @@
*/
#include "replace.h"
-#include "lib/tevent/tevent.h"
+#include <tevent.h>
#include "lib/async_req/async_sock.h"
#include <stdio.h>
#include <string.h>