summaryrefslogtreecommitdiff
path: root/net/twinkle/files/patch-src_address_book.h
blob: 4e180dd77d96a17b110e643f68cabafb12bc8e41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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"