#65293#: include <string.h>
This commit is contained in:
parent
0101cd0070
commit
2034e0474d
2 changed files with 6 additions and 4 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: shellexec.cxx,v $
|
||||
*
|
||||
* $Revision: 1.6 $
|
||||
* $Revision: 1.7 $
|
||||
*
|
||||
* last change: $Author: obr $ $Date: 2001-11-01 14:23:42 $
|
||||
* last change: $Author: hr $ $Date: 2002-02-21 15:20:23 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -97,6 +97,7 @@
|
|||
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
|
||||
//------------------------------------------------------------------------
|
||||
// namespace directives
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: NeonSession.cxx,v $
|
||||
*
|
||||
* $Revision: 1.15 $
|
||||
* $Revision: 1.16 $
|
||||
*
|
||||
* last change: $Author: kso $ $Date: 2002-01-23 14:41:17 $
|
||||
* last change: $Author: hr $ $Date: 2002-02-21 15:14:45 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -59,6 +59,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
#include <string.h>
|
||||
#ifndef HTTPAUTH_H
|
||||
#include <http_auth.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue