diff options
author | Tim Potter <tpot@samba.org> | 2002-12-12 00:08:55 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-12-12 00:08:55 +0000 |
commit | d3f53e7f4ed6682b78b8314742248d8a5f2f040b (patch) | |
tree | be484e02affda3488ef47034cbc8c93c979ed0a2 /source3/python/py_tdbpack.c | |
parent | 39c78bf516f4db59fd3c218f67d13dd658daf558 (diff) | |
download | samba-d3f53e7f4ed6682b78b8314742248d8a5f2f040b.tar.gz samba-d3f53e7f4ed6682b78b8314742248d8a5f2f040b.tar.xz samba-d3f53e7f4ed6682b78b8314742248d8a5f2f040b.zip |
Merge of compile tweaks for python tdbpack module.
(This used to be commit b50816b500c4be0dda2cc79e0927d8a7dab65fd2)
Diffstat (limited to 'source3/python/py_tdbpack.c')
-rw-r--r-- | source3/python/py_tdbpack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/python/py_tdbpack.c b/source3/python/py_tdbpack.c index 6d23dd840a..28cd529245 100644 --- a/source3/python/py_tdbpack.c +++ b/source3/python/py_tdbpack.c @@ -28,7 +28,7 @@ /* This module is supposed to be standalone, however for portability it would be good to use the FUNCTION_MACRO preprocessor define. */ -#include "config.h" +#include "include/config.h" #ifdef HAVE_FUNCTION_MACRO #define FUNCTION_MACRO (__FUNCTION__) |