1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

libcli/util: Avoid an includes.h

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2023-02-28 20:19:17 +01:00 committed by Jeremy Allison
parent d76ec8519e
commit 35976fc2ff

View File

@ -19,7 +19,8 @@
/* DOS error codes. please read doserr.h */
#include "includes.h"
#include "replace.h"
#include "libcli/util/werror.h"
struct werror_code_struct {
const char *dos_errstr;