Module Name:    src
Committed By:   christos
Date:           Fri Jan 13 19:11:16 UTC 2017

Modified Files:
        src/external/bsd/iscsi/dist/include: iscsiutil.h

Log Message:
need <sys/param.h>


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/iscsi/dist/include/iscsiutil.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/iscsi/dist/include/iscsiutil.h
diff -u src/external/bsd/iscsi/dist/include/iscsiutil.h:1.6 src/external/bsd/iscsi/dist/include/iscsiutil.h:1.7
--- src/external/bsd/iscsi/dist/include/iscsiutil.h:1.6	Sat Sep 29 03:18:21 2012
+++ src/external/bsd/iscsi/dist/include/iscsiutil.h	Fri Jan 13 14:11:16 2017
@@ -43,6 +43,7 @@
 
 #include "config.h"
 
+#include <sys/param.h>	/* MIN/MAX */
 #include <stdio.h>
 #include <stdlib.h>
 

Reply via email to