Skip to content

Commit

Permalink
fix: fix compile warning of telnetd
Browse files Browse the repository at this point in the history
Signed-off-by: staylightblow8 <[email protected]>
  • Loading branch information
liudf0716 committed Sep 22, 2023
1 parent 2e20d95 commit 86866e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/telnetd.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@
* https://busybox.net/downloads/busybox-0.60.5.tar.bz2
*/

#define _GNU_SOURCE
#include <sys/time.h>
#include <sys/socket.h>
#include <sys/wait.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
Expand Down

0 comments on commit 86866e7

Please sign in to comment.