diff options
Diffstat (limited to 'src/misc/gethostid.c')
-rw-r--r-- | src/misc/gethostid.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/misc/gethostid.c b/src/misc/gethostid.c index ea65611a..25bb35db 100644 --- a/src/misc/gethostid.c +++ b/src/misc/gethostid.c @@ -1,3 +1,5 @@ +#include <unistd.h> + long gethostid() { return 0; |