Fix compiler warnings

These patch fixes 3 compiler warnings introduce by my recent patches.
This commit is contained in:
Peter Lieven
2012-10-19 23:48:04 +02:00
parent ad9cd56b2d
commit 236aaa011f
3 changed files with 31 additions and 30 deletions

View File

@@ -24,6 +24,7 @@
#include <string.h>
#include <stdlib.h>
#include <errno.h>
#include <time.h>
#include "slist.h"
#include "iscsi.h"
#include "iscsi-private.h"