diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-02-23 12:48:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:05 -0500 |
commit | 80c8a522861068e7b0974986936f65052dd6f70f (patch) | |
tree | 192b6979d7ad973ed03d49ab5d6789ebd61c5738 /source4/ntvfs | |
parent | d3bcaf66a8568fc19a3013f9dc974fb08ee3a39a (diff) | |
download | samba-80c8a522861068e7b0974986936f65052dd6f70f.tar.gz samba-80c8a522861068e7b0974986936f65052dd6f70f.tar.bz2 samba-80c8a522861068e7b0974986936f65052dd6f70f.zip |
r13655: Use new name of build header
(This used to be commit bca0e8054f6d9c7adc9d92e0c30d4323f994c9e9)
Diffstat (limited to 'source4/ntvfs')
-rw-r--r-- | source4/ntvfs/ntvfs_base.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/ntvfs_base.c b/source4/ntvfs/ntvfs_base.c index 63476c7fee..cfd2c1f5de 100644 --- a/source4/ntvfs/ntvfs_base.c +++ b/source4/ntvfs/ntvfs_base.c @@ -26,7 +26,7 @@ #include "includes.h" #include "dlinklist.h" #include "smb_server/smb_server.h" -#include "smb_build.h" +#include "build.h" #include "ntvfs/ntvfs.h" /* the list of currently registered NTVFS backends, note that there |