From b94e7e7cab56608742565a50b402c0a5aa40a42a Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Tue, 21 Apr 2009 04:41:31 +0000 Subject: fix sg_set_binary_mode(), lack of config.h made it a nop git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@256 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- lib/sg_pt_common.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib/sg_pt_common.c') diff --git a/lib/sg_pt_common.c b/lib/sg_pt_common.c index 842047d1..c2b0ed3c 100644 --- a/lib/sg_pt_common.c +++ b/lib/sg_pt_common.c @@ -31,8 +31,12 @@ #include "sg_pt.h" +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif -static const char * scsi_pt_version_str = "2.04 20090308"; + +static const char * scsi_pt_version_str = "2.04 20090420"; const char * scsi_pt_version() -- cgit v1.2.3