mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 09:12:22 -05:00
Use system include syntax
This commit is contained in:
parent
22a0d5a3fb
commit
3283c71936
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user