Revision: 14569 Author: adrian.chadd Date: Sat Apr 10 18:06:23 2010 Log: Issue #94 - make compile under win32 native
http://code.google.com/p/lusca-cache/source/detail?r=14569 Modified: /branches/LUSCA_HEAD/libsqdebug/debug_file.c ======================================= --- /branches/LUSCA_HEAD/libsqdebug/debug_file.c Wed Jul 22 07:37:20 2009 +++ /branches/LUSCA_HEAD/libsqdebug/debug_file.c Sat Apr 10 18:06:23 2010 @@ -37,6 +37,9 @@ #include <stdio.h> #include <stdlib.h> #include <sys/types.h> +#if HAVE_FCNTL_H +#include <fcntl.h> +#endif #include "../include/util.h" #include "../libcore/varargs.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.
