dom_sid.h: Include dependency security.h that provides the dom_sid struct.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 1 Mar 2009 17:15:15 +0000 (18:15 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 1 Mar 2009 17:15:15 +0000 (18:15 +0100)
libcli/security/dom_sid.h

index 9d963927773de1c2eb041dd47dc553ba26eb7145..e89253554e81251faf60616cd56dea2427f3b9fd 100644 (file)
@@ -23,6 +23,8 @@
 #ifndef _DOM_SID_H_
 #define _DOM_SID_H_
 
+#include "librpc/gen_ndr/security.h"
+
 int dom_sid_compare(const struct dom_sid *sid1, const struct dom_sid *sid2);
 bool dom_sid_equal(const struct dom_sid *sid1, const struct dom_sid *sid2);
 bool dom_sid_parse(const char *sidstr, struct dom_sid *ret);