mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 22:20:35 -04:00
10 lines
235 B
C++
10 lines
235 B
C++
--- macro2html.cpp Mon Aug 20 08:36:17 2001
|
|
+++ macro2html.cpp.new Mon Dec 10 23:46:29 2001
|
|
@@ -16,6 +16,7 @@
|
|
#include <vector>
|
|
#include <memory>
|
|
#include <cerrno>
|
|
+#include <sys/types.h>
|
|
#include <regex.h>
|
|
|
|
using namespace std;
|