1
0
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:
Jelmer Vernooij
2007-02-12 13:04:09 +00:00
committed by Gerald (Jerry) Carter
parent 5c779b3767
commit e782035251
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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 */