diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-02 16:25:03 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-02 16:25:03 +0800 |
commit | 9c73777f2268b5bf2622f893e2a3ba7d0f720572 (patch) | |
tree | f81b79f19b87f84b4429d329b3fc0f9ff7946060 /e-util/e-corba-utils.h | |
parent | 236c15d106b4e740d4e3996e0649334ca8e13876 (diff) | |
download | gsoc2013-evolution-9c73777f2268b5bf2622f893e2a3ba7d0f720572.tar.gz gsoc2013-evolution-9c73777f2268b5bf2622f893e2a3ba7d0f720572.tar.zst gsoc2013-evolution-9c73777f2268b5bf2622f893e2a3ba7d0f720572.zip |
First big sync of my GNOME 2 porting work (incomplete, and still
pretty broken).
Weeeeee!
svn path=/trunk/; revision=18503
Diffstat (limited to 'e-util/e-corba-utils.h')
-rw-r--r-- | e-util/e-corba-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-corba-utils.h b/e-util/e-corba-utils.h index 32cf1df0ee..b48a6e2dab 100644 --- a/e-util/e-corba-utils.h +++ b/e-util/e-corba-utils.h @@ -22,7 +22,7 @@ #ifndef E_CORBA_UTILS_H #define E_CORBA_UTILS_H -#include <orb/orbit.h> +#include <orbit/orbit.h> const CORBA_char *e_safe_corba_string (const char *s); CORBA_char *e_safe_corba_string_dup (const char *s); |