initial commit
Some checks failed
sgraves/cpp-build-system_mac/pipeline/head There was a failure building this commit
sgraves/cpp-build-system/pipeline/head There was a failure building this commit

This commit is contained in:
2025-10-17 07:44:16 -05:00
parent 933c973c79
commit 92e3e495ce
1099 changed files with 102722 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
*** src/netbios_utils.c 2024-08-25 14:06:21.427979930 -0500
--- src/netbios_utils.c.new 2024-08-25 14:08:38.020544212 -0500
***************
*** 32,37 ****
--- 32,40 ----
# include "config.h"
#endif
+ #ifndef _WIN32
+ #include <sys/select.h>
+ #endif
#include <string.h>
#include <ctype.h>
#include <stdlib.h>