diff options
author | Tim Potter <tpot@samba.org> | 2002-05-14 02:37:47 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-05-14 02:37:47 +0000 |
commit | 18aeadc591b69bbbd874b7285ecaed50ff587e68 (patch) | |
tree | cfda265d822a3f85316e259a912a97f16dce8097 /source/python/py_common.h | |
parent | 5c58b4290dbc364f3b2d6593fd0425fd50160993 (diff) | |
download | samba-18aeadc591b69bbbd874b7285ecaed50ff587e68.tar.gz samba-18aeadc591b69bbbd874b7285ecaed50ff587e68.tar.xz samba-18aeadc591b69bbbd874b7285ecaed50ff587e68.zip |
General cleanup of compiler warnings etc.
Diffstat (limited to 'source/python/py_common.h')
-rw-r--r-- | source/python/py_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/python/py_common.h b/source/python/py_common.h index 6661d87fe0b..f13224a020f 100644 --- a/source/python/py_common.h +++ b/source/python/py_common.h @@ -21,6 +21,8 @@ #ifndef _PY_COMMON_H #define _PY_COMMON_H +#include "includes.h" + /* Return a cli_state struct opened on the SPOOLSS pipe. If credentials are passed use them. */ |