summaryrefslogtreecommitdiffstats
path: root/util.cxx
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-11-12 13:49:17 -0500
committerFrank Ch. Eigler <fche@elastic.org>2008-11-12 13:49:47 -0500
commit8bf4a1448c19642ae13e2ed4458cc77af5f398fd (patch)
tree8af7468721f910a7d3a7d8da0e5ffbd70fc25009 /util.cxx
parent4b9d5d765ac51edf11bb0254c1506f6ce52b705b (diff)
downloadsystemtap-steved-8bf4a1448c19642ae13e2ed4458cc77af5f398fd.tar.gz
systemtap-steved-8bf4a1448c19642ae13e2ed4458cc77af5f398fd.tar.xz
systemtap-steved-8bf4a1448c19642ae13e2ed4458cc77af5f398fd.zip
add #include <stdio.h> for more reported gcc 4.4 compatibility
Diffstat (limited to 'util.cxx')
-rw-r--r--util.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/util.cxx b/util.cxx
index a5f77c06..42f0beb5 100644
--- a/util.cxx
+++ b/util.cxx
@@ -24,6 +24,7 @@ extern "C" {
#include <sys/stat.h>
#include <pwd.h>
#include <unistd.h>
+#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
}