From 44b728958ae9a48bb56591532e5db9867311c1b9 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 23 Oct 2008 15:35:21 +0200 Subject: Use common error definitions. --- source3/include/smb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include/smb.h') diff --git a/source3/include/smb.h b/source3/include/smb.h index 732bef1212..8b64877d86 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -137,7 +137,7 @@ enum smb_read_errors { #define OPENX_FILE_CREATE_IF_NOT_EXIST 0x10 #define OPENX_FILE_FAIL_IF_NOT_EXIST 0 -#include "doserr.h" +#include "../libcli/util/doserr.h" typedef union unid_t { uid_t uid; -- cgit