Browse Source

socket_info: add #include "linux/types.h"

Ovidiu Sas 13 năm trước cách đây
mục cha
commit
141fc56f5a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      socket_info.c

+ 1 - 0
socket_info.c

@@ -847,6 +847,7 @@ int add_listen_iface(char* name, struct name_lst* addr_l,
 }
 #ifdef __OS_linux
 
+#include "linux/types.h"
 #include "linux/netlink.h"
 #include "linux/rtnetlink.h"
 #include "arpa/inet.h"