auth: Add necessary decoration to auth/auth_util.h
authorVolker Lendecke <vl@samba.org>
Wed, 3 Apr 2019 10:16:50 +0000 (12:16 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 3 Apr 2019 16:55:27 +0000 (16:55 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
auth/auth_util.h

index 1037cb8361f5d5304a79e28d467a6080460a52f9..0af6ff5ec6c4534f7e92cf5b04662866b13d2f7e 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
+#ifndef __AUTH_AUTH_UTIL_H__
+#define __AUTH_AUTH_UTIL_H__
+
+#include "replace.h"
+#include <talloc.h>
+#include "librpc/gen_ndr/auth.h"
+
 struct auth_session_info *copy_session_info(
        TALLOC_CTX *mem_ctx,
        const struct auth_session_info *src);
+
+#endif