summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Duncan <lduncan@suse.com>2018-09-27 09:09:56 -0700
committerLee Duncan <lduncan@suse.com>2018-09-27 09:09:56 -0700
commit158f07b49ada0dbea5384186a2e45896198dda1b (patch)
treeaa5d815a505c6d2aa09d2fb4cff5787e3104a00d
parentf74d1e091ad0649c6bdf019f9ebeb36f7499c221 (diff)
downloadopen-iscsi-158f07b49ada0dbea5384186a2e45896198dda1b.tar.gz
Include stdio.h for use of snprintf().
-rw-r--r--usr/iscsid_req.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/iscsid_req.c b/usr/iscsid_req.c
index d18b14d..b6940db 100644
--- a/usr/iscsid_req.c
+++ b/usr/iscsid_req.c
@@ -18,6 +18,7 @@
*
* See the file COPYING included with this distribution for more details.
*/
+#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>