diff options
Diffstat (limited to 'src/common.c')
-rw-r--r-- | src/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.c b/src/common.c index a530fce..bece670 100644 --- a/src/common.c +++ b/src/common.c @@ -27,7 +27,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "protocol.h" #include "q_msg.h" #include "q_fifo.h" -#include "net_sock.h" +#include "net_common.h" #include "net_chan.h" #include "sys_public.h" #include "cl_public.h" |