X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=glib%2Fglib-private.c;h=bbf879ff4c18427801a7f9aaf8c70101f766a1a4;hb=40650e33239994237917322d4cfecc34e4cc4394;hp=e7838a600e0ce022dab3dcf49cd505bd980e47c7;hpb=49db979922283364238a5c208671591f713ecd78;p=platform%2Fupstream%2Fglib.git diff --git a/glib/glib-private.c b/glib/glib-private.c index e7838a6..bbf879f 100644 --- a/glib/glib-private.c +++ b/glib/glib-private.c @@ -12,13 +12,13 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library; if not, see . * * Author: Colin Walters */ +#include "config.h" + #include "glib-private.h" /** @@ -41,7 +41,10 @@ glib__private__ (void) g_get_worker_context, g_check_setuid, - g_main_context_new_with_next_id + g_main_context_new_with_next_id, + + g_dir_open_with_errno, + g_dir_new_from_dirp }; return &table;