freebsd-ports/devel/ac-archive/files/patch-macro2html.cpp
Sergei Kolobov db59e83b62 - Update to 0.5.54
- Add CONFIGURE_TARGET to silence warning
- Use DOCSDIR macro in pkg-plist; re-sort
- Do not install OMF file (somebody familiar with ScrollKeeper
  please take a look!)
2003-11-04 15:56:56 +00:00

10 lines
236 B
C++

--- macro2html.cpp.orig Mon Aug 20 16:36:17 2001
+++ macro2html.cpp Tue Nov 4 18:38:40 2003
@@ -16,6 +16,7 @@
#include <vector>
#include <memory>
#include <cerrno>
+#include <sys/types.h>
#include <regex.h>
using namespace std;