You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-tex/cpp2latex/files/cpp2latex-2.3-gcc43.patch

13 lines
345 B

Index: cpp2latex-2.3/cpp2latex/main.cpp
===================================================================
--- cpp2latex-2.3.orig/cpp2latex/main.cpp
+++ cpp2latex-2.3/cpp2latex/main.cpp
@@ -22,6 +22,7 @@
#include <iostream>
#include <stdlib.h>
#include <string>
+#include <cstring>
#include <fstream>
#include <vector>
#include <stdio.h>