home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / SLAX 6.0.8 / slax-6.0.8.iso / slax / base / 006-devel.lzm / usr / include / fuse.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-10-22  |  246 b   |  10 lines

  1. /*
  2.    This header is for compatibility with older software using FUSE.
  3.  
  4.    Please use 'pkg-config --cflags fuse' to set include path.  The
  5.    correct usage is still '#include <fuse.h>', not '#include
  6.    <fuse/fuse.h>'.
  7. */
  8.  
  9. #include "fuse/fuse.h"
  10.