fixes from 1.3

This commit is contained in:
Guenter Obiltschnig
2008-09-21 20:38:52 +00:00
parent 8e58146848
commit 14fed4c986
2 changed files with 11 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
//
// Environment_UNIX.cpp
//
// $Id: //poco/1.3/Foundation/src/Environment_UNIX.cpp#3 $
// $Id: //poco/1.3/Foundation/src/Environment_UNIX.cpp#4 $
//
// Library: Foundation
// Package: Core
@@ -39,6 +39,7 @@
#include <unistd.h>
#include <stdlib.h>
#include <sys/utsname.h>
#include <cstring>
namespace Poco {