1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-15 14:54:40 -04:00

Compilation fix

This commit is contained in:
witekfl 2006-01-29 12:28:05 +01:00 committed by Jonas Fonseca
parent 79275b060e
commit d580483c6b
2 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,7 @@
#endif
#include "scripting/python/core.h"
#include <Python.h>
#include <stdio.h>
#include <stdlib.h>
@ -17,7 +18,6 @@
#include "util/file.h"
#include "util/string.h"
#include <Python.h>
PyObject *pDict, *pModule;

View File

@ -5,6 +5,7 @@
#endif
#include "scripting/python/core.h"
#include <Python.h>
#include "elinks.h"
@ -16,7 +17,6 @@
#include "session/session.h"
#include "util/string.h"
#include <Python.h>
/* The events that will trigger the functions below and what they are expected
* to do is explained in doc/events.txt */