From ade327a7af869d4d70e28e2a596473943e0299dd Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Tue, 10 Nov 2009 17:09:12 +0000 Subject: Don't export STREQ and friends in Move these to private header file(s) and other places as required since these aren't part of the public API. --- capitests/test-command.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'capitests/test-command.c') diff --git a/capitests/test-command.c b/capitests/test-command.c index c43353d4..7a3e64bd 100644 --- a/capitests/test-command.c +++ b/capitests/test-command.c @@ -26,6 +26,9 @@ #include #include +/* Get STREQ etc */ +#include "../src/guestfs-internal.h" + int main (int argc, char *argv[]) { -- cgit