diff --git a/WINGs/Extras/test.c b/WINGs/Extras/test.c index 5913416c..9da43b1f 100644 --- a/WINGs/Extras/test.c +++ b/WINGs/Extras/test.c @@ -2,7 +2,7 @@ #include #include "wtableview.h" -#include "tabledelegates.h" +#include "wtabledelegates.h" static char *col1[20] = {0}; diff --git a/WINGs/Extras/wtabledelegates.c b/WINGs/Extras/wtabledelegates.c index 574fdb1a..5cca34f5 100644 --- a/WINGs/Extras/wtabledelegates.c +++ b/WINGs/Extras/wtabledelegates.c @@ -4,6 +4,7 @@ #include "wtableview.h" +#include "wtabledelegates.h" typedef struct { WMTableView *table;