add config.h to all fuse-lite sources (Alon Bar-Lev)

master
szaka 2008-01-23 21:20:16 +00:00
parent a8791404f5
commit 5e6d439ce8
9 changed files with 9 additions and 0 deletions

View File

@ -10,6 +10,7 @@
/* For pthread_rwlock_t */
#define _GNU_SOURCE
#include "config.h"
#include "fuse_i.h"
#include "fuse_lowlevel.h"
#include "fuse_opt.h"

View File

@ -6,6 +6,7 @@
See the file COPYING.LIB
*/
#include "config.h"
#include "fuse_lowlevel.h"
#include "fuse_kernel.h"
#include "fuse_i.h"

View File

@ -6,6 +6,7 @@
See the file COPYING.LIB
*/
#include "config.h"
#include "fuse_lowlevel.h"
#include <stdio.h>

View File

@ -6,6 +6,7 @@
See the file COPYING.LIB.
*/
#include "config.h"
#include "fuse_lowlevel.h"
#include "fuse_misc.h"
#include "fuse_kernel.h"

View File

@ -6,6 +6,7 @@
See the file COPYING.LIB.
*/
#include "config.h"
#include "fuse_i.h"
#include "fuse_lowlevel.h"

View File

@ -6,6 +6,7 @@
See the file COPYING.LIB
*/
#include "config.h"
#include "fuse_opt.h"
#include <stdio.h>

View File

@ -6,6 +6,7 @@
See the file COPYING.LIB
*/
#include "config.h"
#include "fuse_lowlevel.h"
#include "fuse_lowlevel_compat.h"

View File

@ -6,6 +6,7 @@
See the file COPYING.LIB
*/
#include "config.h"
#include "fuse_lowlevel.h"
#include <stdio.h>

View File

@ -6,6 +6,7 @@
See the file COPYING.LIB.
*/
#include "config.h"
#include "mount_util.h"
#include <stdio.h>
#include <unistd.h>