1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 00:03:12 +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
+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>