diff options
author | Anders Carlsson <andersca@src.gnome.org> | 2000-10-11 15:14:49 +0800 |
---|---|---|
committer | Anders Carlsson <andersca@src.gnome.org> | 2000-10-11 15:14:49 +0800 |
commit | 3c04fa28d7ed657bd010a32e708aa9aa1fbacfe2 (patch) | |
tree | c3f075d9d1904a7e63465abfc41a3651f3cda9a2 /notes/e-bevel-button.c | |
parent | 4f8ffe430fdfe646741aaaf569929b286fc1be2f (diff) | |
download | gsoc2013-evolution-3c04fa28d7ed657bd010a32e708aa9aa1fbacfe2.tar.gz gsoc2013-evolution-3c04fa28d7ed657bd010a32e708aa9aa1fbacfe2.tar.zst gsoc2013-evolution-3c04fa28d7ed657bd010a32e708aa9aa1fbacfe2.zip |
Make it compile.
svn path=/trunk/; revision=5833
Diffstat (limited to 'notes/e-bevel-button.c')
-rw-r--r-- | notes/e-bevel-button.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notes/e-bevel-button.c b/notes/e-bevel-button.c index 480a430516..1d96d88531 100644 --- a/notes/e-bevel-button.c +++ b/notes/e-bevel-button.c @@ -3,7 +3,7 @@ #include <config.h> #include <gtk/gtkbutton.h> -#include "e-util/e-util.h" +#include <gal/util/e-util.h> #include "e-bevel-button.h" #include "e-bevel-button-util.h" |