mirror of
https://github.com/samba-team/samba.git
synced 2025-06-22 07:17:05 +03:00
ldb modules can now add hooks to the command line processing for ldb tools Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
12 lines
249 B
C
12 lines
249 B
C
#ifndef _LDB_PRIVATE_INCLUDES_H_
|
|
#define _LDB_PRIVATE_INCLUDES_H_
|
|
/*
|
|
a temporary includes file until I work on the ldb build system
|
|
*/
|
|
|
|
#include "replace.h"
|
|
#include "system/filesys.h"
|
|
#include "system/time.h"
|
|
|
|
#endif /*_LDB_PRIVATE_INCLUDES_H_*/
|