summaryrefslogtreecommitdiff
path: root/lib/util/util_runcmd.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-02-27 20:45:42 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-02-28 21:11:21 +0100
commit31d09b13d3dc3aa204cf416bdf87eb39b7fe5de2 (patch)
tree4d820ee2c94da215c5ab0e9f8ff110edfe52452d /lib/util/util_runcmd.c
parent136c1600648f690d7709a204c4a7117bb5a868c3 (diff)
downloadsamba-31d09b13d3dc3aa204cf416bdf87eb39b7fe5de2.tar.gz
samba-31d09b13d3dc3aa204cf416bdf87eb39b7fe5de2.tar.bz2
samba-31d09b13d3dc3aa204cf416bdf87eb39b7fe5de2.zip
tdb: Use <tdb.h> to include tdb so system headers are found when building against system tdb.
Diffstat (limited to 'lib/util/util_runcmd.c')
-rw-r--r--lib/util/util_runcmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/util_runcmd.c b/lib/util/util_runcmd.c
index 50a3db7f72..d617254432 100644
--- a/lib/util/util_runcmd.c
+++ b/lib/util/util_runcmd.c
@@ -28,7 +28,7 @@
#include "includes.h"
#include "system/filesys.h"
#include <tevent.h>
-#include <tevent_unix.h>
+#include "../lib/util/tevent_unix.h"
struct samba_runcmd_state {
int stdout_log_level;