]> sourceware.org Git - systemtap.git/commitdiff
build: csclient should include a few more headers
authorFrank Ch. Eigler <fche@elastic.org>
Tue, 29 Jun 2010 19:35:51 +0000 (15:35 -0400)
committerFrank Ch. Eigler <fche@elastic.org>
Tue, 29 Jun 2010 19:35:51 +0000 (15:35 -0400)
csclient.cxx

index b1a9df291d1200713c5cabacec1ee0c9432b0bf1..82eb26b853fe9d30fb31c87c9c4b53453470210f 100644 (file)
 #include <vector>
 #include <fstream>
 #include <sstream>
+#include <cassert>
+
+extern "C" {
+#include <glob.h>
+}
 
 #if HAVE_AVAHI
 extern "C" {
This page took 0.027474 seconds and 5 git commands to generate.