summaryrefslogtreecommitdiff
path: root/source/smbd
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>2000-01-30 01:44:41 +0000
committerLuke Leighton <lkcl@samba.org>2000-01-30 01:44:41 +0000
commit85910c97dcefabe2bc310f17c9a4fe9bd6926d45 (patch)
tree50a909948e5e8d7e14ca8a37420246e2a53b8a96 /source/smbd
parentc05943d7f1a59f297bb507a43e628332e61f04e5 (diff)
downloadsamba-85910c97dcefabe2bc310f17c9a4fe9bd6926d45.tar.gz
patch from Elrond to include/exclude nterr.h as needed.
Diffstat (limited to 'source/smbd')
-rw-r--r--source/smbd/blocking.c2
-rw-r--r--source/smbd/trans2.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/source/smbd/blocking.c b/source/smbd/blocking.c
index 32b6d010a4f..96833286e2b 100644
--- a/source/smbd/blocking.c
+++ b/source/smbd/blocking.c
@@ -20,6 +20,8 @@
*/
#include "includes.h"
+#include "nterr.h"
+
extern int DEBUGLEVEL;
extern int Client;
extern int chain_size;
diff --git a/source/smbd/trans2.c b/source/smbd/trans2.c
index 4e303fdd27f..1a8fdd12962 100644
--- a/source/smbd/trans2.c
+++ b/source/smbd/trans2.c
@@ -22,6 +22,7 @@
*/
#include "includes.h"
+#include "nterr.h"
#include "trans2.h"
extern int DEBUGLEVEL;