]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorAndreas Gustafsson <source@isc.org>
Fri, 18 May 2001 16:35:57 +0000 (16:35 +0000)
committerAndreas Gustafsson <source@isc.org>
Fri, 18 May 2001 16:35:57 +0000 (16:35 +0000)
add sys/types.h for FreeBSD 2.1

lib/isc/log.c

index e9d7927d9fb60ec7d9e3b7583e8d92a1ad9f8570..a8acc0bfea3aff589db4b9d780bc754075d20453 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: log.c,v 1.55.2.2 2001/04/28 01:16:26 gson Exp $ */
+/* $Id: log.c,v 1.55.2.3 2001/05/18 16:35:57 gson Exp $ */
 
 /* Principal Authors: DCL */
 
@@ -26,6 +26,7 @@
 #include <limits.h>
 #include <time.h>
 
+#include <sys/types.h> /* dev_t FreeBSD 2.1 */
 #include <sys/stat.h>
 
 #include <isc/dir.h>