- 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!)
10 lines
236 B
C++
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;
|