diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-06 21:53:31 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-06 21:53:31 -0400 |
| commit | 93b99a690c7b241d62bf09e7c325bf29ca2687b0 (patch) | |
| tree | a99de0a9ad3ac3a132e69d758c98cff6bd0e33d7 /new/ui_unix.h | |
| parent | 685844c5940dab356c348c51ceee29954305ec8b (diff) | |
Started working on uiControl.
Diffstat (limited to 'new/ui_unix.h')
| -rw-r--r-- | new/ui_unix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/new/ui_unix.h b/new/ui_unix.h index 82bcf7c..642dd49 100644 --- a/new/ui_unix.h +++ b/new/ui_unix.h @@ -8,6 +8,6 @@ #define GDK_VERSION_MIN_REQUIRED GDK_VERSION_3_4 #define GDK_VERSION_MAX_ALLOWED GDK_VERSION_3_4 #include <gtk/gtk.h> -#include "ui.h" +#include "uipriv.h" #endif |
