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/c06399daecf2
branches:  trunk
changeset: 820683:c06399daecf2
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 f2d415bb4c79 -r c06399daecf2 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