1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/finance/libofx/files/patch-lib_ofx_utilities.cpp
Joe Marcus Clarke 1ba5097f40 Fix build on -STABLE.
PR:	50907
Submitted by:	Gordon Burditt <gordon@hammy.lonestar.org>
2003-04-13 19:33:02 +00:00

14 lines
444 B
C++

*** lib/ofx_utilities.old Sun Apr 13 12:39:29 2003
--- lib/ofx_utilities.cpp Sun Apr 13 12:11:04 2003
***************
*** 16,21 ****
--- 16,22 ----
* *
***************************************************************************/
#include <config.h>
+ #include <locale.h>
#include <iostream>
#include "ParserEventGeneratorKit.h"
#include "SGMLApplication.h"