From 004d1c0b156bae286928badd50d5e18f155953e1 Mon Sep 17 00:00:00 2001 From: malaterre Date: Tue, 22 Nov 2005 20:30:46 +0000 Subject: [PATCH] COMP: Fix comp on weird os --- src/gdcmUtil.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/gdcmUtil.cxx b/src/gdcmUtil.cxx index a99f5068..df94971e 100644 --- a/src/gdcmUtil.cxx +++ b/src/gdcmUtil.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmUtil.cxx,v $ Language: C++ - Date: $Date: 2005/11/07 09:51:35 $ - Version: $Revision: 1.175 $ + Date: $Date: 2005/11/22 20:30:46 $ + Version: $Revision: 1.176 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -19,6 +19,7 @@ #include "gdcmUtil.h" #include "gdcmDebug.h" #include +#include // for va_list // For GetCurrentDate, GetCurrentTime #include @@ -837,7 +838,7 @@ inline int getlastdigit(unsigned char *data) } /** - * \brief Encode the mac address on a fixed lenght string of 15 characters. + * \brief Encode the mac address on a fixed length string of 15 characters. * we save space this way. */ std::string Util::GetMACAddress() -- 2.48.1