Browse Source

- missing include; required by "tcp_disable"

Bogdan-Andrei Iancu 20 years ago
parent
commit
d5707fe132
1 changed files with 1 additions and 0 deletions
  1. 1 0
      socket_info.h

+ 1 - 0
socket_info.h

@@ -40,6 +40,7 @@
 
 #include "ip_addr.h" 
 #include "dprint.h"
+#include "globals.h"
 /* struct socket_info is defined in ip_addr.h */
 
 struct socket_info* udp_listen;