Module Name: src
Committed By: maya
Date: Mon Nov 19 10:48:59 UTC 2018
Modified Files:
src/sys/external/bsd/drm2/include/linux/regulator: consumer.h
Log Message:
include machine/limits.h for INT_MAX
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
src/sys/external/bsd/drm2/include/linux/regulator/consumer.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/external/bsd/drm2/include/linux/regulator/consumer.h
diff -u src/sys/external/bsd/drm2/include/linux/regulator/consumer.h:1.4 src/sys/external/bsd/drm2/include/linux/regulator/consumer.h:1.5
--- src/sys/external/bsd/drm2/include/linux/regulator/consumer.h:1.4 Mon Aug 27 15:29:54 2018
+++ src/sys/external/bsd/drm2/include/linux/regulator/consumer.h Mon Nov 19 10:48:59 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: consumer.h,v 1.4 2018/08/27 15:29:54 riastradh Exp $ */
+/* $NetBSD: consumer.h,v 1.5 2018/11/19 10:48:59 maya Exp $ */
/*-
* Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -38,6 +38,7 @@
#ifdef FDT
+#include <machine/limits.h>
#include <dev/fdt/fdtvar.h>
struct regulator {