diff options
Diffstat (limited to 'base/file_util.h')
-rw-r--r-- | base/file_util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/file_util.h b/base/file_util.h index 53264c1..177711e 100644 --- a/base/file_util.h +++ b/base/file_util.h @@ -44,6 +44,8 @@ class Time; namespace file_util { +extern bool g_bug108724_debug; + //----------------------------------------------------------------------------- // Functions that operate purely on a path string w/o touching the filesystem: |