X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;ds=inline;f=src%2Fgtk%2Fpswwin.c;h=e678abfaea869172f28f7042a8b7d38f47b26e7e;hb=fbbb71d6d8aa93bccc87b17408a89432e4b8161c;hp=9dd68163aed98d91ef01d17d00f80faa1815cba1;hpb=5419d1bd9d2faae98c78da740634b972e8f5aac1;p=emu8051.git diff --git a/src/gtk/pswwin.c b/src/gtk/pswwin.c index 9dd6816..e678abf 100644 --- a/src/gtk/pswwin.c +++ b/src/gtk/pswwin.c @@ -12,6 +12,7 @@ #endif #include +#include #include "common.h" #include "reg8051.h" @@ -83,7 +84,7 @@ pswwin_cell_edited(GtkCellRendererText *cell, gchar *path_string, guint column; gpointer columnptr; GtkTreeIter iter; - u_int8_t old; + uint8_t old; int new; char str[10]; int bit_index;