summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-04-25 14:06:57 +0000
committerAndrew Tridgell <tridge@samba.org>2000-04-25 14:06:57 +0000
commit00e3fe132476fcaed0f4b9bbe74b0a6559c39df0 (patch)
treeb7b780671e01ddd1429f67955589950f66ce0ebf /source3/include/includes.h
parent858e63cab3b6a23692678d6eb03f9e48c3c08603 (diff)
downloadsamba-00e3fe132476fcaed0f4b9bbe74b0a6559c39df0.tar.gz
samba-00e3fe132476fcaed0f4b9bbe74b0a6559c39df0.tar.bz2
samba-00e3fe132476fcaed0f4b9bbe74b0a6559c39df0.zip
moved trans2.h and nterr.h into includes.h with all our other includes
(This used to be commit d7cd7c88fdabb01d9e40ae8a657737907a21ac37)
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index e19295834a..b71a5ee3d3 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -605,6 +605,8 @@ extern int errno;
#include "talloc.h"
#include "interfaces.h"
#include "hash.h"
+#include "trans2.h"
+#include "nterr.h"
#ifdef HAVE_FNMATCH
#include <fnmatch.h>
@@ -867,4 +869,6 @@ int setresgid(gid_t rgid, gid_t egid, gid_t sgid);
#include <dlfcn.h>
#endif
+extern int DEBUGLEVEL;
+
#endif /* _INCLUDES_H */