Revision: 14742 Author: adrian.chadd Date: Wed Aug 4 21:38:06 2010 Log: Fix compile to work under macosx 10.5.
http://code.google.com/p/lusca-cache/source/detail?r=14742 Modified: /branches/LUSCA_HEAD/tools/ufs_obj_cat.c ======================================= --- /branches/LUSCA_HEAD/tools/ufs_obj_cat.c Mon Apr 5 21:10:34 2010 +++ /branches/LUSCA_HEAD/tools/ufs_obj_cat.c Wed Aug 4 21:38:06 2010 @@ -5,6 +5,7 @@ #include <unistd.h> #include <string.h> #include <fcntl.h> +#include <sys/types.h> #include "../libcore/varargs.h" #include "../libcore/tools.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.
