1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-21 02:16:38 +02:00

Fix compilation problem with strftime in perl/python/ruby plugins

This commit is contained in:
Sebastien Helleu
2008-06-03 12:32:35 +02:00
parent 3a53257032
commit d9b08cf6e0
3 changed files with 3 additions and 0 deletions
@@ -21,6 +21,7 @@
#undef _
#include <Python.h>
#include <time.h>
#include "../../weechat-plugin.h"
#include "../script.h"