Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/converters/fix-mime-charset/files/patch-src_input.cc
16462 views
1
--- src/input.cc.orig 2003-07-29 23:29:11 UTC
2
+++ src/input.cc
3
@@ -3,6 +3,7 @@
4
#include "input.h"
5
#include <iostream>
6
#include <fstream>
7
+#include <cstring>
8
9
/* Input */
10
11
12