diff options
Diffstat (limited to 'source4/scripting/python/smbpython.c')
-rw-r--r-- | source4/scripting/python/smbpython.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source4/scripting/python/smbpython.c b/source4/scripting/python/smbpython.c index 27286236ef..c5de53fd60 100644 --- a/source4/scripting/python/smbpython.c +++ b/source4/scripting/python/smbpython.c @@ -19,9 +19,7 @@ #include "includes.h" #include <Python.h> - -void py_load_samba_modules(void); -void py_update_path(const char *bindir); +#include "scripting/python/modules.h" int main(int argc, char **argv) { |