Skip to content

Commit

Permalink
fixing introduced compiler warning
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Filteau <[email protected]>
  • Loading branch information
jordanfilteau1995 committed Aug 13, 2023
1 parent b19e743 commit 59a0e54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions c/tls.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
Copyright Contributors to the Zowe Project.
*/
#include <stdlib.h>
#include <string.h>
#include <sys/socket.h>
#include <errno.h>
#include "alloc.h"
Expand Down

0 comments on commit 59a0e54

Please sign in to comment.