mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 23:20:30 -04:00
11 lines
260 B
C++
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;
|
|
|