diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-11-18 01:35:10 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-11-18 01:35:10 +0100 |
commit | ab55ecb881bfabe427ecb874d2dff2b5c2a7e84a (patch) | |
tree | 8a47e67a09abd3e7f4942c287ca94cb53b263487 /lib/torture | |
parent | 0e553a06ced50bcb947c13a711f59db9e7203eea (diff) | |
download | samba-ab55ecb881bfabe427ecb874d2dff2b5c2a7e84a.tar.gz |
Explicitly include samba4 includes.h to fix the build.
Diffstat (limited to 'lib/torture')
-rw-r--r-- | lib/torture/torture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/torture/torture.c b/lib/torture/torture.c index 6b2a5b1061c..0ef5f612e67 100644 --- a/lib/torture/torture.c +++ b/lib/torture/torture.c @@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "includes.h" +#include "source4/include/includes.h" #include "../torture/torture.h" #include "../lib/util/dlinklist.h" #include "param/param.h" |