1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-01 16:23:49 +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__
#define __EVENTS_H__
#include "talloc.h"
#include "talloc/talloc.h"
#include <stdlib.h>
struct event_context;