From 6282194fe5288f0118135ea492d8ec68d093491d Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 16 Oct 2007 13:50:40 +0200 Subject: r25668: Hopefully fix the build, sorry... Guenther (This used to be commit df94fbfe96200ed521fd377a01b6b7b7a7ef88d8) --- source4/libcli/util/doserr.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/libcli/util/doserr.h') diff --git a/source4/libcli/util/doserr.h b/source4/libcli/util/doserr.h index bec268a565..6c757a3fc2 100644 --- a/source4/libcli/util/doserr.h +++ b/source4/libcli/util/doserr.h @@ -165,4 +165,8 @@ #define NERR_BASE (2100) #endif +#ifndef FRS_ERR_BASE +#define FRS_ERR_BASE (8000) +#endif + #endif /* _DOSERR_H */ -- cgit