aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_draw.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-08-20 12:57:52 +0000
committerJörg Mayer <jmayer@loplof.de>2005-08-20 12:57:52 +0000
commitb55266d3c04910979e6c860284a850b84a89fee7 (patch)
tree6694babd54fd2f0010a1d67c76bd340790c77d7e /gtk/proto_draw.c
parente1dad35f9539a8af10aa858ccaabfc394e38ed11 (diff)
- Include ../ui_util.h into files that implement functions declard in
ui_util.h - Replace one instance of ui_util.h by gui_utils.h svn path=/trunk/; revision=15468
Diffstat (limited to 'gtk/proto_draw.c')
-rw-r--r--gtk/proto_draw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/proto_draw.c b/gtk/proto_draw.c
index a9e0f2c29e..7427b73674 100644
--- a/gtk/proto_draw.c
+++ b/gtk/proto_draw.c
@@ -72,6 +72,7 @@
#include "progress_dlg.h"
#include "font_utils.h"
+#include "../ui_util.h"
/* Win32 needs the O_BINARY flag for open() */
#ifndef O_BINARY