summaryrefslogtreecommitdiffstats
path: root/python/environs/py_server.c
diff options
context:
space:
mode:
Diffstat (limited to 'python/environs/py_server.c')
-rw-r--r--python/environs/py_server.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/environs/py_server.c b/python/environs/py_server.c
index c1df5dee..50f2ece4 100644
--- a/python/environs/py_server.c
+++ b/python/environs/py_server.c
@@ -23,7 +23,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "../../lassomod.h"
+#include "../lassomod.h"
#include "py_server.h"
@@ -42,6 +42,7 @@ PyObject *LassoServer_wrap(LassoServer *server) {
/******************************************************************************/
PyObject *server_new(PyObject *self, PyObject *args) {
+ LassoServer *server;
gchar *metadata;
gchar *public_key = NULL;
gchar *private_key = NULL;