From b84ccf92049f602e6a18e4d4677454bdc9752f2f Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 14 Sep 2010 04:38:22 +0000 Subject: ported to slightly modified template Makefile svn path=/trunk/externals/tkwidgets/; revision=14135 --- checkbutton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checkbutton.c') diff --git a/checkbutton.c b/checkbutton.c index 1ad0bb5..00f752b 100644 --- a/checkbutton.c +++ b/checkbutton.c @@ -24,7 +24,7 @@ /* TODO bind to so that things are redrawn when the label changes */ /* TODO add float method to set state based on == 0 and everything else */ -#include "shared/tkwidgets.h" +#include "tkwidgets.h" #define DEBUG(x) x -- cgit v1.2.1