mirror of
https://github.com/openwrt/packages.git
synced 2025-02-25 16:53:43 +00:00
11 lines
229 B
Diff
11 lines
229 B
Diff
![]() |
--- a/tcp_listener/tcp_listener.c
|
||
|
+++ b/tcp_listener/tcp_listener.c
|
||
|
@@ -6,6 +6,7 @@
|
||
|
#include <string.h>
|
||
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
+#include <unistd.h>
|
||
|
#include <errno.h>
|
||
|
#include <stdio.h>
|
||
|
#include <pthread.h>
|