diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-09 13:18:34 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-09 13:18:34 +0100 |
commit | 248eb13e87895181f794c3f32155fabf7d7ad13c (patch) | |
tree | 370b0c81b69bb2480646677ff0af4d0efd9f9039 /FICS | |
parent | e04dcd50742cf3fb9ee905b1680b0e57b7bf5139 (diff) |
Included sys/types.h
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/get_tcp_conn.proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FICS/get_tcp_conn.proto.h b/FICS/get_tcp_conn.proto.h index ebddbb4..54f8d4f 100644 --- a/FICS/get_tcp_conn.proto.h +++ b/FICS/get_tcp_conn.proto.h @@ -1,3 +1,4 @@ +#include <sys/types.h> /* get_tcp_conn.c */ unsigned long **name_to_address(char *); |