opnsense-ports/textproc/htmltolatex/files/patch-util.cpp
Franco Fichtner bf2be87fe7 */*: sync with upstream
Taken from: HardenedBSD
2019-04-25 10:14:41 +02:00

24 lines
408 B
C++

--- util.cpp.orig 2001-10-10 12:24:27 UTC
+++ util.cpp
@@ -18,9 +18,13 @@
* Boston, MA 02111-1307, USA.
*
*/
+
+using namespace std;
+
#include "util.h"
#include <map>
#include <ctype.h>
+#include <cstring>
#include <sys/param.h>
#include <stdio.h>
#include <unistd.h>
@@ -35,7 +39,6 @@ extern "C"{
#include "fetch.h"
}
#endif
-using namespace std;
static map<string,int> gsSpecialTable;