Changeset 88d2208
- Timestamp:
- 2008-08-24T16:45:40Z (16 years ago)
- Branches:
- master
- Children:
- 934dddf3
- Parents:
- 3b32017
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
storage_xml.c
r3b32017 r88d2208 31 31 #include <glib/gstdio.h> 32 32 33 #if !GLIB_CHECK_VERSION(2,8,0) 33 #if GLIB_CHECK_VERSION(2,8,0) 34 #include <glib/gstdio.h> 35 #else 34 36 /* GLib < 2.8.0 doesn't have g_access, so just use the system access(). */ 37 #include <unistd.h> 35 38 #define g_access access 36 39 #endif
Note: See TracChangeset
for help on using the changeset viewer.