summaryrefslogtreecommitdiffstats
path: root/src/gtk/pswwin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtk/pswwin.c')
-rw-r--r--src/gtk/pswwin.c3
1 files changed, 2 insertions, 1 deletions
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 <stdio.h>
+#include <stdint.h>
#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;