Revision: 14582
Author: adrian.chadd
Date: Sun Apr 11 03:40:04 2010
Log: Issue #94 - add missing fcntl.h
http://code.google.com/p/lusca-cache/source/detail?r=14582
Modified:
/branches/LUSCA_HEAD/app/ufs_rebuild/ufs_rebuild.c
=======================================
--- /branches/LUSCA_HEAD/app/ufs_rebuild/ufs_rebuild.c Mon Apr 5 21:16:02
2010
+++ /branches/LUSCA_HEAD/app/ufs_rebuild/ufs_rebuild.c Sun Apr 11 03:40:04
2010
@@ -4,6 +4,9 @@
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
+#if HAVE_FCNTL_H
+#include <fcntl.h>
+#endif
#include "include/squid_md5.h"
#include "include/util.h"
--
You received this message because you are subscribed to the Google Groups
"lusca-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/lusca-commit?hl=en.