mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 21:36:37 +02:00
Fix compilation problem with strftime in perl/python/ruby plugins
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#include <EXTERN.h>
|
||||
#include <perl.h>
|
||||
#include <XSUB.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "../../weechat-plugin.h"
|
||||
#include "../script.h"
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
#undef _
|
||||
|
||||
#include <Python.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "../../weechat-plugin.h"
|
||||
#include "../script.h"
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
#undef _
|
||||
|
||||
#include <ruby.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "../../weechat-plugin.h"
|
||||
#include "../script.h"
|
||||
|
||||
Reference in New Issue
Block a user