summaryrefslogtreecommitdiff
path: root/source4/include
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-09-27 10:00:27 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:39:02 -0500
commit42b81d7c3e8ac9ad4c35d5377decbdd5ab18ffbb (patch)
tree41a3de61c250ed6340de45d76e15bcb58e21c676 /source4/include
parent190683f3e8fd04c12b2a930b51393dbef546773d (diff)
downloadsamba-42b81d7c3e8ac9ad4c35d5377decbdd5ab18ffbb.tar.gz
samba-42b81d7c3e8ac9ad4c35d5377decbdd5ab18ffbb.tar.bz2
samba-42b81d7c3e8ac9ad4c35d5377decbdd5ab18ffbb.zip
r10528: Add credentials.h back into includes.h as some compilers don't
seem to be able to handle incomplete enum types. (This used to be commit 540155fad3c8e3d79fb631bb3f14273f82130a73)
Diffstat (limited to 'source4/include')
-rw-r--r--source4/include/includes.h1
-rw-r--r--source4/include/structs.h4
2 files changed, 1 insertions, 4 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h
index 78481ac679..ee1ac6d96e 100644
--- a/source4/include/includes.h
+++ b/source4/include/includes.h
@@ -114,6 +114,7 @@ struct ipv4_addr {
#include "ntvfs/ntvfs.h"
#include "cli_context.h"
#include "lib/com/com.h"
+#include "credentials.h"
#define malloc_p(type) (type *)malloc(sizeof(type))
#define malloc_array_p(type, count) (type *)realloc_array(NULL, sizeof(type), count)
diff --git a/source4/include/structs.h b/source4/include/structs.h
index e09d9bb242..ca28c1fc7a 100644
--- a/source4/include/structs.h
+++ b/source4/include/structs.h
@@ -297,7 +297,3 @@ struct ldb_map_objectclass;
struct param_context;
struct param_section;
struct param;
-
-enum credentials_obtained;
-struct cli_credentials;
-struct ccache_container;