ports/sysutils/fusefs-httpfs/files/patch-httpfs.c
Cheng-Lung Sung 30ec470b97 Add fusefs-httpfs 2.06.07.10, fuse-based http filesystem.
PR:		ports/100389
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-19 01:03:39 +00:00

14 lines
344 B
C

--- httpfs.c.orig Sun Jul 16 22:48:19 2006
+++ httpfs.c Sun Jul 16 22:48:39 2006
@@ -32,9 +32,10 @@
#include <errno.h>
#include <fcntl.h>
#include <sys/stat.h>
-#include <sys/dir.h>
+#include <dirent.h>
#include <sys/types.h>
#include <sys/socket.h>
+#include <sys/select.h>
#include <netinet/in.h>
#include <netdb.h>
#include <time.h>