diff options
-rw-r--r-- | trace-read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trace-read.c b/trace-read.c index 3e4ae6f..bbe0395 100644 --- a/trace-read.c +++ b/trace-read.c | |||
@@ -38,7 +38,7 @@ | |||
38 | 38 | ||
39 | #include "parse-events.h" | 39 | #include "parse-events.h" |
40 | 40 | ||
41 | static int input_fd; | 41 | int input_fd; |
42 | 42 | ||
43 | static int read_page; | 43 | static int read_page; |
44 | 44 | ||