diff options
-rw-r--r-- | capitests/test-command.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/capitests/test-command.c b/capitests/test-command.c index e5cdc93a..c23b7d17 100644 --- a/capitests/test-command.c +++ b/capitests/test-command.c @@ -26,8 +26,7 @@ #include <string.h> #include <unistd.h> -/* Get STREQ etc */ -#include "../src/guestfs-internal.h" +#define STREQ(a,b) (strcmp((a),(b)) == 0) int main (int argc, char *argv[]) |