aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-msgport.c
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2001-04-24 17:23:12 +0800
committerKjartan Maraas <kmaraas@src.gnome.org>2001-04-24 17:23:12 +0800
commit4c2f2ea4a75da1728bfa1938045fbdd4b2e4658b (patch)
tree60b31b3bed4fcdeefa767b59d5d5151ce3d70591 /e-util/e-msgport.c
parenta525821bc76f67a72ec06524421de2191f97dd23 (diff)
downloadgsoc2013-evolution-4c2f2ea4a75da1728bfa1938045fbdd4b2e4658b.tar
gsoc2013-evolution-4c2f2ea4a75da1728bfa1938045fbdd4b2e4658b.tar.gz
gsoc2013-evolution-4c2f2ea4a75da1728bfa1938045fbdd4b2e4658b.tar.bz2
gsoc2013-evolution-4c2f2ea4a75da1728bfa1938045fbdd4b2e4658b.tar.lz
gsoc2013-evolution-4c2f2ea4a75da1728bfa1938045fbdd4b2e4658b.tar.xz
gsoc2013-evolution-4c2f2ea4a75da1728bfa1938045fbdd4b2e4658b.tar.zst
gsoc2013-evolution-4c2f2ea4a75da1728bfa1938045fbdd4b2e4658b.zip
Added #include <glib.h> and move corresponding local headers to the top to
2001-04-24 Kjartan Maraas <kmaraas@gnome.org> * e-gui-utils.c, e-memory, e-msgport.c, e-pilot-map, e-sexp.c: Added #include <glib.h> and move corresponding local headers to the top to catch missing includes in them. Tip from clahey. svn path=/trunk/; revision=9537
Diffstat (limited to 'e-util/e-msgport.c')
-rw-r--r--e-util/e-msgport.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/e-util/e-msgport.c b/e-util/e-msgport.c
index d7e3e02776..683aa85d78 100644
--- a/e-util/e-msgport.c
+++ b/e-util/e-msgport.c
@@ -1,4 +1,6 @@
+#include "e-msgport.h"
+
#include <sys/time.h>
#include <sys/types.h>
#include <unistd.h>
@@ -10,8 +12,6 @@
#include <glib.h>
-#include "e-msgport.h"
-
#define m(x) /* msgport debug */
#define t(x) /* thread debug */