mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 06:00:30 -04:00
- Add new libxml2 dependency - Add USE_PERL5. It fixes a problem with all FreeBSD versions [1] - Add pkg-message file Reported by: pav [1]
12 lines
296 B
C++
12 lines
296 B
C++
--- src/address_book.h 2007-11-11 13:35:53.000000000 -0500
|
|
+++ src/address_book.h 2007-11-11 13:36:25.000000000 -0500
|
|
@@ -27,6 +27,9 @@
|
|
#include <string>
|
|
#include <list>
|
|
|
|
+#include <sys/types.h>
|
|
+#include <sys/stat.h>
|
|
+
|
|
#include "user.h"
|
|
#include "sockets/url.h"
|
|
#include "threads/mutex.h"
|