ports/net/twinkle/files/patch-src_address_book.h
Jose Alonso Cardenas Marquez b8aede5906 - Update to 1.0
- Remove supoprt for 4.x
- Some another tiny modifications

Tested by:	asouza
2007-03-03 15:38:23 +00:00

11 lines
260 B
C++

--- src/address_book.h Sun Jan 7 02:47:33 2007
+++ src/address_book.h Sun Feb 4 17:40:26 2007
@@ -25,6 +25,8 @@
#include "user.h"
#include "sockets/url.h"
#include "threads/mutex.h"
+#include <sys/types.h>
+#include <sys/stat.h>
using namespace std;