From: Jean-Paul Saman Date: Sun, 7 Dec 2003 19:00:33 +0000 (+0000) Subject: Fix for iPAQ port. X-Git-Tag: 0.7.0~192 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=3d6d0f743aaef2bc7d85381293e3a35470184a4c;p=vlc Fix for iPAQ port. --- diff --git a/modules/misc/freetype.c b/modules/misc/freetype.c index c5bbb16fa4..c42731e0da 100644 --- a/modules/misc/freetype.c +++ b/modules/misc/freetype.c @@ -2,7 +2,7 @@ * freetype.c : Put text on the video, using freetype2 ***************************************************************************** * Copyright (C) 2002, 2003 VideoLAN - * $Id: freetype.c,v 1.36 2003/12/06 22:53:07 jpsaman Exp $ + * $Id: freetype.c,v 1.37 2003/12/07 19:00:33 jpsaman Exp $ * * Authors: Sigmund Augdal * @@ -27,6 +27,10 @@ #include /* malloc(), free() */ #include +#ifdef HAVE_LINUX_LIMITS_H +# include +#endif + #include #include #include