]> git.ozlabs.org Git - ccan/blobdiff - ccan/asort/_info
asort: Use order module definitions
[ccan] / ccan / asort / _info
index c49f6dde4e247051ce57d8576a62d7feae017def..28e2faebecb3edfcc8e3eff487b99c59cc219401 100644 (file)
@@ -1,3 +1,4 @@
+#include "config.h"
 #include <stdio.h>
 #include <string.h>
 
@@ -57,7 +58,10 @@ int main(int argc, char *argv[])
                return 1;
 
        if (strcmp(argv[1], "depends") == 0) {
-               printf("ccan/typesafe_cb\n");
+               printf("ccan/order\n");
+               return 0;
+       }
+       if (strcmp(argv[1], "testdepends") == 0) {
                printf("ccan/array_size\n");
                return 0;
        }