bind9/lib/isc/include
Giulio Benetti 0e43f62c12 Fix building on uclibc
While building on uclibc this error is thrown:
In file included from ./include/dns/log.h:20,
                 from callbacks.c:19:
../../lib/isc/include/isc/log.h:141:9: error: unknown type name ‘off_t’
  141 |         off_t maximum_size;
      |         ^~~~~

This is due to missing include unistd.h, so let's add it on top of
isc/log.h

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
2026-01-04 15:14:10 +01:00
..
isc Fix building on uclibc 2026-01-04 15:14:10 +01:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00