1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 07:16:37 +02:00

Fix the build with guile-3.0.0.

v2: Update configure.ac too.

Signed-off-by: orbea <orbea@riseup.net>
This commit is contained in:
orbea
2020-01-21 06:54:23 -08:00
committed by Sébastien Helleu
parent d2dda92daf
commit 6d2d304136
4 changed files with 6 additions and 2 deletions
+2
View File
@@ -24,6 +24,8 @@
#include <libguile.h>
#include <time.h>
#include <stdio.h>
#include <string.h>
#include "../weechat-plugin.h"
#include "../plugin-script.h"
+2
View File
@@ -30,6 +30,8 @@
#include <sys/stat.h>
#include <unistd.h>
#include <libgen.h>
#include <stdio.h>
#include <string.h>
#include "../weechat-plugin.h"
#include "../plugin-script.h"