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

javascript: replace include of time.h by ctime

This commit is contained in:
Sébastien Helleu
2016-02-23 07:38:22 +01:00
parent 08929d91dc
commit c273b44f52
+1 -1
View File
@@ -25,7 +25,7 @@
#include <cstdlib>
#include <cstring>
#include <string>
#include <time.h>
#include <ctime>
extern "C"
{