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

core: add missing include of unistd.h

This commit is contained in:
Sébastien Helleu
2023-08-28 17:57:46 +02:00
parent b203c4109b
commit aa4bc616b9
+1
View File
@@ -24,6 +24,7 @@
#endif
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <signal.h>