From e39e89e48f8d6afd91566ac5e039e99545045a86 Mon Sep 17 00:00:00 2001 From: fourdan Date: Thu, 18 May 2006 11:18:01 +0000 Subject: Rework the Makefile for cleaner installation, redo the debian packaging administration files for better lib/dev files splitting, move the Ivy header files to a new Ivy/ subdir to avoid conflicts with other existing system headers (beware, that *will* break existing code that needs to look in the the new path for headers inclusion) --- examples/motifButtonIvy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/motifButtonIvy.c') diff --git a/examples/motifButtonIvy.c b/examples/motifButtonIvy.c index 084359f..cebc292 100644 --- a/examples/motifButtonIvy.c +++ b/examples/motifButtonIvy.c @@ -2,8 +2,8 @@ #include #include #include -#include -#include +#include +#include void myMotifCallback(Widget w,XtPointer client_d,XtPointer call_d){ // sends the string on the bus -- cgit v1.1