1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-27 02:56:18 -04:00

[gemini] Here include too

This commit is contained in:
Witold Filipczyk 2021-12-22 16:55:39 +01:00
parent ee06a871c3
commit 4e4f29874b

View File

@ -9,6 +9,10 @@
#include <stdlib.h>
#include <string.h>
#include <limits.h>
#include <sys/types.h>
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h> /* OS/2 needs this after sys/types.h */
#endif
#include "elinks.h"