From 7b6021c4f9da59baad038299aa16fe79193ff21d Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Wed, 28 Oct 2009 13:16:44 +0000 Subject: [PATCH] Fix for gcc4.4 in core/AmUtils.cpp Signed-off-by: Peter Lemenkov git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1576 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/AmUtils.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/core/AmUtils.cpp b/core/AmUtils.cpp index e45feeef..a260eec8 100644 --- a/core/AmUtils.cpp +++ b/core/AmUtils.cpp @@ -48,6 +48,7 @@ #include #include +#include #ifndef UNIX_PATH_MAX #define UNIX_PATH_MAX 104