summaryrefslogtreecommitdiffstats
path: root/parse.h
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-09-12 13:20:10 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-09-12 13:20:10 -0400
commit3a4e19b8a7d12cb7e3b82b523bd47b9ae9ff9487 (patch)
tree6239528f4fa8427847fe3444d0784640f8550c69 /parse.h
parent8807cc2bee27f6528a23a0267eb2d3e3e6dd0628 (diff)
downloadsystemtap-steved-3a4e19b8a7d12cb7e3b82b523bd47b9ae9ff9487.tar.gz
systemtap-steved-3a4e19b8a7d12cb7e3b82b523bd47b9ae9ff9487.tar.xz
systemtap-steved-3a4e19b8a7d12cb7e3b82b523bd47b9ae9ff9487.zip
gcc 4.4 build compatibility tweaks
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.h b/parse.h
index 50b1507d..cf31f4f8 100644
--- a/parse.h
+++ b/parse.h
@@ -16,7 +16,7 @@
#include <iostream>
#include <vector>
#include <stdexcept>
-
+#include <stdint.h>
struct source_loc
{