avoid preprocessor warnings, by placing Python.h include file on the top, as suggested by python docs

This commit is contained in:
Axel Kohlmeyer
2017-05-15 18:02:02 -04:00
parent 6a1f7e61f2
commit d66a696a84

View File

@ -11,6 +11,7 @@
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#include <Python.h>
#include <stdio.h>
#include <string.h>
#include "fix_python.h"