New API: Implement pwrite system call (partial fix for RHBZ#592883).
[libguestfs.git] / capitests / test-command.c
index e5cdc93..c23b7d1 100644 (file)
@@ -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[])