freebsd-ports/astro/xplanet/files/patch-src:readConfig.cpp
Ying-Chieh Liao 16daa450bb remove gcc33 depend
fix build on -stable

Noticed by:	Dominik Brettnacher <domi@saargate.de>
2004-05-24 01:22:54 +00:00

11 lines
239 B
C++

--- src/readConfig.cpp.orig Mon May 24 09:11:26 2004
+++ src/readConfig.cpp Mon May 24 09:11:45 2004
@@ -2,6 +2,7 @@
#include <fstream>
#include <sstream>
#include <string>
+#include <clocale>
using namespace std;
#include "body.h"