diff options
Diffstat (limited to 'net/twinkle/files/patch-src_address_book.h')
-rw-r--r-- | net/twinkle/files/patch-src_address_book.h | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/net/twinkle/files/patch-src_address_book.h b/net/twinkle/files/patch-src_address_book.h index 87b9793016f7..4e180dd77d96 100644 --- a/net/twinkle/files/patch-src_address_book.h +++ b/net/twinkle/files/patch-src_address_book.h @@ -1,11 +1,12 @@ ---- 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 @@ +--- 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" -+#include <sys/types.h> -+#include <sys/stat.h> - - using namespace std; - |