diff options
author | Michael Adam <obnox@samba.org> | 2009-11-24 11:43:56 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-11-24 11:47:30 +0100 |
commit | a46b63fd98399700183cddb773c85521987ff132 (patch) | |
tree | 77c0e8bb46f5efa490fb1ba5bfdfd2612a941805 /source3/torture/nbio.c | |
parent | 95d0f0aab01fdd751841d57cebe6150cd6fdf80c (diff) | |
download | samba-a46b63fd98399700183cddb773c85521987ff132.tar.gz samba-a46b63fd98399700183cddb773c85521987ff132.tar.xz samba-a46b63fd98399700183cddb773c85521987ff132.zip |
s3:fix the merged build of bin/smbtorture4
Michael
Diffstat (limited to 'source3/torture/nbio.c')
-rw-r--r-- | source3/torture/nbio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/nbio.c b/source3/torture/nbio.c index 5e7a458025a..063df1693f5 100644 --- a/source3/torture/nbio.c +++ b/source3/torture/nbio.c @@ -20,7 +20,7 @@ */ #include "includes.h" -#include "torture.h" +#include "torture/proto.h" #define MAX_FILES 1000 |