diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-10 12:47:02 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-10 12:47:02 -0400 |
| commit | 1d29a65a19764490e3414525ad9fb88e5dc5c72e (patch) | |
| tree | 60797753746fbae243e891619bfa1f03df73aad4 | |
| parent | 5461b500815c9b1353dca88539286e4573fe9813 (diff) | |
Fixed previous commit.
| -rw-r--r-- | new/debug_windows.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/new/debug_windows.c b/new/debug_windows.c index 6ddc1b3..bc84b63 100644 --- a/new/debug_windows.c +++ b/new/debug_windows.c @@ -1,5 +1,5 @@ // 25 february 2015 -#include "tablepriv.h" +#include "uipriv_windows.h" // uncomment the following line to enable debug messages #define tableDebug |
