- added missing include of errno.h

git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@145 4ebea2bb-67d4-0310-8558-a5799e421b66
This commit is contained in:
gernot 2003-07-20 19:08:19 +00:00
parent 3c685e2361
commit 99e1b930c9
1 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,7 @@
@brief Contains Connection - Encapsulates a CAPI connection with all its states and methods.
@author Gernot Hillier <gernot@hillier.de>
$Revision: 1.11 $
$Revision: 1.12 $
*/
/***************************************************************************
@ -17,6 +17,7 @@
#include <../../config.h>
#include <fstream>
#include <pthread.h>
#include <errno.h> // for errno
#include <iconv.h> // for iconv(), iconv_open(), iconv_close()
#include "capi.h"
#include "callinterface.h"
@ -1081,6 +1082,9 @@ Connection::convertToCP437(string &text)
/* History
$Log: connection.cpp,v $
Revision 1.12 2003/07/20 19:08:19 gernot
- added missing include of errno.h
Revision 1.11 2003/06/29 06:18:13 gernot
- don't take a wrong character too serious...