mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
19 lines
321 B
Plaintext
19 lines
321 B
Plaintext
Index: src/main.cc
|
|
--- src/main.cc.orig
|
|
+++ src/main.cc
|
|
@@ -25,10 +25,13 @@
|
|
#include "config.h"
|
|
|
|
#include <assert.h>
|
|
-#include <fstream.h>
|
|
+#include <fstream>
|
|
#include <getopt.h>
|
|
#include <locale.h>
|
|
#include <stdio.h>
|
|
+
|
|
+using std::ifstream;
|
|
+using std::ofstream;
|
|
|
|
#include "McDirectory.h"
|
|
#include "McString.h"
|