Use system include syntax

This commit is contained in:
Berke Viktor 2013-05-04 17:40:23 +02:00
parent 22a0d5a3fb
commit 3283c71936

View File

@ -68,9 +68,9 @@
#include "hexchat-plugin.h" #include "hexchat-plugin.h"
#undef _POSIX_C_SOURCE /* Avoid warning: also in /usr/include/features.hfrom glib.h */ #undef _POSIX_C_SOURCE /* Avoid warning: also in /usr/include/features.hfrom glib.h */
#include "Python.h" #include <Python.h>
#include "structmember.h" #include <structmember.h>
#include "pythread.h" #include <pythread.h>
#define VERSION_MAJOR 1 #define VERSION_MAJOR 1
#define VERSION_MINOR 0 #define VERSION_MINOR 0