Wed Dec 14 07:20:31 2011 UTC ()
include inttypes.h to get the fixed size integer types - from Gregor Riepl


(agc)
diff -r1.3 -r1.4 src/external/bsd/iscsi/dist/include/iscsi.h

cvs diff -r1.3 -r1.4 src/external/bsd/iscsi/dist/include/iscsi.h (expand / switch to context diff)
--- src/external/bsd/iscsi/dist/include/iscsi.h 2009/06/30 02:44:52 1.3
+++ src/external/bsd/iscsi/dist/include/iscsi.h 2011/12/14 07:20:31 1.4
@@ -1,4 +1,4 @@
-/* $NetBSD: iscsi.h,v 1.3 2009/06/30 02:44:52 agc Exp $ */
+/* $NetBSD: iscsi.h,v 1.4 2011/12/14 07:20:31 agc Exp $ */
 
 /*-
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -30,6 +30,8 @@
  */
 #ifndef ISCSI_H_
 #define ISCSI_H_	1
+
+#include <inttypes.h>
 
 enum {
 	ISCSI_MAXSOCK = 8