include inttypes.h to get the fixed size integer types - from Gregor Riepl
This commit is contained in:
parent
6b50a56a61
commit
0c1bafa6f0
|
@ -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.
|
||||
|
@ -31,6 +31,8 @@
|
|||
#ifndef ISCSI_H_
|
||||
#define ISCSI_H_ 1
|
||||
|
||||
#include <inttypes.h>
|
||||
|
||||
enum {
|
||||
ISCSI_MAXSOCK = 8
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue