Revision: 14741 Author: adrian.chadd Date: Wed Aug 4 21:28:24 2010 Log: Fix build to work on macosx 10.5.
http://code.google.com/p/lusca-cache/source/detail?r=14741 Modified: /branches/LUSCA_HEAD/libsqstore/store_meta.c ======================================= --- /branches/LUSCA_HEAD/libsqstore/store_meta.c Sun Mar 28 23:31:44 2010 +++ /branches/LUSCA_HEAD/libsqstore/store_meta.c Wed Aug 4 21:28:24 2010 @@ -5,6 +5,7 @@ #include <unistd.h> #include <string.h> #include <fcntl.h> +#include <sys/types.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.
