mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
1ba5097f40
PR: 50907 Submitted by: Gordon Burditt <gordon@hammy.lonestar.org>
14 lines
444 B
C++
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"
|
|
|