summaryrefslogtreecommitdiffstats
path: root/source/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
commitd7cd7c88fdabb01d9e40ae8a657737907a21ac37 (patch)
tree5233f08ef9be2e9dac934a2d39c228318be56e1b /source/include/includes.h
parent10c5470835b43116ed48b3137c3b9cc867a20989 (diff)
downloadsamba-d7cd7c88fdabb01d9e40ae8a657737907a21ac37.tar.gz
samba-d7cd7c88fdabb01d9e40ae8a657737907a21ac37.tar.xz
samba-d7cd7c88fdabb01d9e40ae8a657737907a21ac37.zip
moved trans2.h and nterr.h into includes.h with all our other includes
Diffstat (limited to 'source/include/includes.h')
-rw-r--r--source/include/includes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/include/includes.h b/source/include/includes.h
index e19295834a6..b71a5ee3d3d 100644
--- a/source/include/includes.h
+++ b/source/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 */