patch-src_dav_fuse_c 295 B

12345678910
  1. --- davfs2-1.4.6.orig/src/dav_fuse.c 2010-02-16 20:29:49.000000000 +0100
  2. +++ davfs2-1.4.6/src/dav_fuse.c 2010-12-27 22:02:24.000000000 +0100
  3. @@ -33,6 +33,7 @@
  4. #ifdef HAVE_STDINT_H
  5. #include <stdint.h>
  6. #endif
  7. +#include <stdlib.h>
  8. #include <string.h>
  9. #ifdef HAVE_SYSLOG_H
  10. #include <syslog.h>