Commit a9139222 authored by Pietro Cerutti's avatar Pietro Cerutti

netinet/in.h is required for struct sockaddr_in

main.c:739:24: error: variable has incomplete type 'struct sockaddr_in'
    struct sockaddr_in serv_addr;
parent 283b8672
......@@ -59,6 +59,7 @@
#include <grp.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include "telegram.h"
#include "loop.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment