1 #ifndef FS_GLIB_H
2 #define FS_GLIB_H
3 
4 #ifdef HAVE_CONFIG_H
5 #include "config.h"
6 #endif
7 
8 #ifdef USE_GLIB
9 
10 #include <glib.h>
11 #include <glib/gstdio.h>
12 
13 #endif
14 
15 #endif /* FS_GLIB_H */
16