summaryrefslogtreecommitdiffstats
path: root/util.cxx
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2008-11-12 15:31:16 -0500
committerWilliam Cohen <wcohen@redhat.com>2008-11-12 15:31:16 -0500
commitc813dcb43e02c318e13b5539e897fcca07b40d4b (patch)
treeac58ad305bb03e0258e66e27067e4e52027b79dd /util.cxx
parent702dbbf59a4716d905d8fdc9e3824c7d068957a0 (diff)
parent8bf4a1448c19642ae13e2ed4458cc77af5f398fd (diff)
downloadsystemtap-steved-c813dcb43e02c318e13b5539e897fcca07b40d4b.tar.gz
systemtap-steved-c813dcb43e02c318e13b5539e897fcca07b40d4b.tar.xz
systemtap-steved-c813dcb43e02c318e13b5539e897fcca07b40d4b.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
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>
}