1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 14:56:39 +02:00

core: add missing include of sys/time.h in C headers

This commit is contained in:
Sébastien Helleu
2021-03-07 13:21:24 +01:00
parent 2b1c2d6d05
commit c49255a851
3 changed files with 4 additions and 0 deletions
+2
View File
@@ -20,6 +20,8 @@
#ifndef WEECHAT_DEBUG_H
#define WEECHAT_DEBUG_H
#include <sys/time.h>
struct t_gui_window_tree;
extern void debug_sigsegv ();
+1
View File
@@ -21,6 +21,7 @@
#define WEECHAT_UTIL_H
#include <time.h>
#include <sys/time.h>
#ifdef HAVE_SYS_RESOURCE_H
struct t_rlimit_resource
+1
View File
@@ -28,6 +28,7 @@ extern "C" {
#include <stddef.h>
#include <time.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/socket.h>