14 lines
353 B
Text
14 lines
353 B
Text
$NetBSD: patch-ad,v 1.1 2005/10/22 18:12:09 rillig Exp $
|
|
|
|
<locale.h> is needed to declare LC_ALL.
|
|
|
|
--- main.cpp.orig Wed Jul 27 15:31:54 2005
|
|
+++ main.cpp Sat Oct 22 20:10:14 2005
|
|
@@ -2,6 +2,7 @@
|
|
# pragma warning( disable : 4786 ) // stl warning ¾ø¾Ö±â
|
|
#endif
|
|
|
|
+#include <locale.h>
|
|
#include <stdio.h>
|
|
#include <iostream>
|
|
#include <time.h>
|