blob: 804f60c0975979da7782d0f4792ab7056b37f81b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-src_main.cc,v 1.1 2011/11/25 21:38:09 joerg Exp $
--- src/main.cc.orig 2011-11-25 17:20:50.000000000 +0000
+++ src/main.cc
@@ -25,7 +25,7 @@
#include "config.h"
#include <assert.h>
-#include <fstream.h>
+#include <fstream>
#include <getopt.h>
#include <locale.h>
#include <stdio.h>
|