mirror of
https://github.com/rkd77/elinks.git
synced 2025-09-21 19:46:23 -04:00
Compilation fix
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user