qulogic/gplugin

8d1766c86051
Merged in feature/fix-python-warning (pull request #10)

Fix warning from Python headers

Approved-by: Gary Kramlich
--- a/python/gplugin-python-loader.c Sun Jan 27 18:38:23 2019 +0000
+++ b/python/gplugin-python-loader.c Mon Jan 28 00:48:09 2019 +0000
@@ -15,9 +15,9 @@
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
-#include <stdlib.h>
+#include <Python.h>
-#include <Python.h>
+#include <stdlib.h>
#include "gplugin-python-loader.h"