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 c42ef02 commit c486f29Copy full SHA for c486f29
code/logic/hostinfo.c
@@ -27,7 +27,7 @@
27
#include <sys/utsname.h>
28
#include <sys/sysinfo.h>
29
#include <sys/types.h>
30
- #include <unistd.h>
+ #include <unistd.h> // for gethostname
31
#endif
32
33
int fossil_sys_hostinfo_get_system(fossil_sys_hostinfo_system_t *info) {
0 commit comments