X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=glib%2Fglib.h;h=c7fc999b2a6f94c5928fc4391aa87f43c92a3a3c;hb=2138deb07ebb7d7e541c0cd35b966e107d1bf800;hp=58e4c058612922d9de3f099707781251bb25853b;hpb=45f221c32f7c88e487fe260eefb3be8d1c2443af;p=platform%2Fupstream%2Fglib.git diff --git a/glib/glib.h b/glib/glib.h index 58e4c05..c7fc999 100644 --- a/glib/glib.h +++ b/glib/glib.h @@ -12,9 +12,7 @@ * 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 . */ /* @@ -37,6 +35,8 @@ #include #include #include +#include +#include #include #include #include @@ -46,6 +46,7 @@ #include #include #include +#include #include #include #include @@ -91,6 +92,8 @@ #include #include #include +#include +#include #ifdef G_PLATFORM_WIN32 #include #endif @@ -99,9 +102,10 @@ #include #include #include +#include #include #include -#endif +#endif /* G_DISABLE_DEPRECATED */ #undef __GLIB_H_INSIDE__