We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c486f29 commit af4ba64Copy full SHA for af4ba64
code/logic/hostinfo.c
@@ -27,7 +27,8 @@
27
#include <sys/utsname.h>
28
#include <sys/sysinfo.h>
29
#include <sys/types.h>
30
- #include <unistd.h> // for gethostname
+ #include <unistd.h>
31
+ #include <netdb.h> // for gethostname
32
#endif
33
34
int fossil_sys_hostinfo_get_system(fossil_sys_hostinfo_system_t *info) {
0 commit comments