]> sourceware.org Git - systemtap.git/commitdiff
add #include <stdio.h> for more reported gcc 4.4 compatibility
authorFrank Ch. Eigler <fche@elastic.org>
Wed, 12 Nov 2008 18:49:17 +0000 (13:49 -0500)
committerFrank Ch. Eigler <fche@elastic.org>
Wed, 12 Nov 2008 18:49:47 +0000 (13:49 -0500)
util.cxx

index a5f77c06289b9e7d580eb3a496f5cfbbe9e4d867..42f0beb56d454a31c00ba907d60bc7621e4f8a07 100644 (file)
--- 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>
 }
This page took 0.086616 seconds and 5 git commands to generate.