diff options
Diffstat (limited to 'src/common/unionfs.c')
-rw-r--r-- | src/common/unionfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/unionfs.c b/src/common/unionfs.c index e325058..1d9cbe8 100644 --- a/src/common/unionfs.c +++ b/src/common/unionfs.c @@ -8,7 +8,7 @@ #include "common/defs.h" #include "common/unionfs.h" -extern boolean g_debug; +boolean g_debug; extern vtw_path m_path; extern vtw_path t_path; |