Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/iscsi/dist/include need <sys/param.h>
details: https://anonhg.NetBSD.org/src/rev/d1013e489260
branches: trunk
changeset: 350541:d1013e489260
user: christos <christos%NetBSD.org@localhost>
date: Fri Jan 13 19:11:16 2017 +0000
description:
need <sys/param.h>
diffstat:
external/bsd/iscsi/dist/include/iscsiutil.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 26b981cb3566 -r d1013e489260 external/bsd/iscsi/dist/include/iscsiutil.h
--- a/external/bsd/iscsi/dist/include/iscsiutil.h Fri Jan 13 19:10:14 2017 +0000
+++ b/external/bsd/iscsi/dist/include/iscsiutil.h Fri Jan 13 19:11:16 2017 +0000
@@ -43,6 +43,7 @@
#include "config.h"
+#include <sys/param.h> /* MIN/MAX */
#include <stdio.h>
#include <stdlib.h>
Home |
Main Index |
Thread Index |
Old Index