X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/d76ed9a966ee3d955c8ef00ecc02e643c2005e2e..8536ac6b661fa261bad7de981045401f514fb6b7:/src/modules.c?ds=sidebyside diff --git a/src/modules.c b/src/modules.c index e6e6eb8..a6dbb57 100644 --- a/src/modules.c +++ b/src/modules.c @@ -1,11 +1,11 @@ /* modules.c - Compiled-in module support * Copyright 2002-2003 srvx Development Team * - * This file is part of srvx. + * This file is part of x3. * - * srvx is free software; you can redistribute it and/or modify + * x3 is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, @@ -18,6 +18,9 @@ * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#ifdef WITH_PYTHON +#include "Python.h" +#endif #include "log.h" #include "modules.h"