mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Include crt_externs.h. (#505730, Tommi Komulainen)
2007-12-26 Matthias Clasen <mclasen@redhat.com> * gdesktopappinfo.c: Include crt_externs.h. (#505730, Tommi Komulainen) svn path=/trunk/; revision=6206
This commit is contained in:
parent
a06dd20aef
commit
5f1c3a491a
@ -1,3 +1,8 @@
|
|||||||
|
2007-12-26 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gdesktopappinfo.c: Include crt_externs.h. (#505730,
|
||||||
|
Tommi Komulainen)
|
||||||
|
|
||||||
2007-12-26 Matthias Clasen <mclasen@redhat.com>
|
2007-12-26 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gcontenttype.c (g_content_types_get_registered): Don't return
|
* gcontenttype.c (g_content_types_get_registered): Don't return
|
||||||
|
@ -28,6 +28,10 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
|
|
||||||
|
#ifdef HAVE_CRT_EXTERNS_H
|
||||||
|
#include <crt_externs.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "gcontenttypeprivate.h"
|
#include "gcontenttypeprivate.h"
|
||||||
#include "gdesktopappinfo.h"
|
#include "gdesktopappinfo.h"
|
||||||
#include "gioerror.h"
|
#include "gioerror.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user