Commit 3515b26dca17cacce294702104541d9649d46459
1 parent
896364e2
Exists in
master
and in
1 other branch
Fixing Debian8 builds.
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/trace/exec.c
@@ -42,6 +42,7 @@ | @@ -42,6 +42,7 @@ | ||
42 | #include <lib3270/properties.h> | 42 | #include <lib3270/properties.h> |
43 | #include <v3270.h> | 43 | #include <v3270.h> |
44 | #include <v3270/trace.h> | 44 | #include <v3270/trace.h> |
45 | + #include <internals.h> | ||
45 | 46 | ||
46 | static const gchar * get_word(gchar **ptr) | 47 | static const gchar * get_word(gchar **ptr) |
47 | { | 48 | { |