mirror of
https://github.com/samba-team/samba.git
synced 2025-11-05 04:23:51 +03:00
r21299: Fix the build for those that don't have talloc.h installed.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
5c779b3767
commit
e782035251
@@ -23,7 +23,7 @@
|
|||||||
#ifndef __EVENTS_H__
|
#ifndef __EVENTS_H__
|
||||||
#define __EVENTS_H__
|
#define __EVENTS_H__
|
||||||
|
|
||||||
#include "talloc.h"
|
#include "talloc/talloc.h"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
struct event_context;
|
struct event_context;
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
#define _REGISTRY_H
|
#define _REGISTRY_H
|
||||||
|
|
||||||
#include "core.h"
|
#include "core.h"
|
||||||
#include "talloc.h"
|
#include "talloc/talloc.h"
|
||||||
#include "librpc/gen_ndr/security.h"
|
#include "librpc/gen_ndr/security.h"
|
||||||
|
|
||||||
/* Handles for the predefined keys */
|
/* Handles for the predefined keys */
|
||||||
|
|||||||
Reference in New Issue
Block a user