ports/net/twinkle/files/patch-src_address_book.h
Jose Alonso Cardenas Marquez aafefd160c - Update to 1.1
- Add new libxml2 dependency
- Add USE_PERL5. It fixes a problem with all FreeBSD versions [1]
- Add pkg-message file

Reported by:	pav [1]
2007-12-22 06:59:01 +00:00

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"